From 71ae67187cbf9b8dbf31e86564c4069c3450c1e2 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sat, 2 Jun 2018 09:43:16 +0200 Subject: [PATCH] typo --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 949f64b..d0315f6 100644 --- a/README.md +++ b/README.md @@ -291,7 +291,7 @@ Thus when `f_vimrc` is installed, the command be executed. -Sometimes, you may even want to execute some action prior deploying a dotfile. +Sometimes, you may even want to execute some action prior to deploying a dotfile. Let's take another example with [vim-plug](https://github.com/junegunn/vim-plug): @@ -319,7 +319,7 @@ profiles: ``` This way, we make sure [vim-plug](https://github.com/junegunn/vim-plug) -is installed prior deploying the `~/.vimrc` dotfile. +is installed prior to deploying the `~/.vimrc` dotfile. Note: You can also define `post` actions like this: @@ -330,8 +330,8 @@ actions: some-action: echo "Hello, World!" >/tmp/log ``` -If you don't specify neither `post` or `pre`, actions will be executed -after dotfiles deployment (which is equivalent to `post`). +If you don't specify neither `post` nor `pre`, the action will be executed +after the dotfile deployment (which is equivalent to `post`). ## Use transformations