diff --git a/docs/configuration.md b/docs/configuration.md index 2f50cf7..67b92e3 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -57,7 +57,7 @@ Then, after you saved the file and exited the editor, **espanso will automatical #### Customizing the editor If you want to use another editor, customizing it is super easy, just specify your choice in the `EDITOR` (or `VISUAL`) -envorionment variables, such as: +environment variables, such as: ``` EDITOR=/usr/bin/vim diff --git a/docs/sync.md b/docs/sync.md index f47ad5c..c65e762 100644 --- a/docs/sync.md +++ b/docs/sync.md @@ -10,8 +10,8 @@ or even GitHub! The general idea, which applies to all operating systems, is the following: -* Move the espanso configuration folder inside your Dropbox folder (also a subdirectory is perfectly file) -* Create a **symbolic link** in the original position, pointing to the synched folder. +* Move the espanso configuration folder inside your Dropbox folder (also a subdirectory is perfectly fine) +* Create a **symbolic link** in the original position, pointing to the synced folder. The specific commands depend on you OS: @@ -32,7 +32,7 @@ C:\Users\user\Dropbox\espanso Now you need to create a **symbolic link**. Open the Command Prompt and type the following command, making sure you specify the correct paths: ``` -mklink /J "C:\Users\user\AppData\Roaming\espanso" "C:\user\Freddy\Dropbox\espanso" +mklink /J "C:\Users\user\AppData\Roaming\espanso" "C:\Users\user\Dropbox\espanso" ``` Now restart espanso and you should be ready to go!