Merge pull request #321 from fmaiabatista/gh-pages

Fixed typos
This commit is contained in:
Federico Terzi 2020-06-11 20:05:06 +02:00 committed by GitHub
commit 30d6e62d7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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!