summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthelearnerofcode <thelearnerofcode@users.noreply.github.com>2017-11-11 11:24:08 -0500
committerJoe Wilm <jwilm@users.noreply.github.com>2017-11-11 08:24:08 -0800
commit0bae7ae7227179d79e1f3a0378398a88bc3796cc (patch)
treeb57e4bd8aae37d2353e6e656da8777ee8bf3c94f
parentbdb360ed1d25fa42b3743723321be298e500519f (diff)
Fixed typo in README.md (#876)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index df31b80b..898a3e8c 100644
--- a/README.md
+++ b/README.md
@@ -240,7 +240,7 @@ configuration file as the following paths:
3. `$HOME/.config/alacritty/alacritty.yml`
4. `$HOME/.alacritty.yml`
-If neither of these paths are found then
+If none of these paths are found then
`$XDG_CONFIG_HOME/alacritty/alacritty.yml` is created once alacritty is first
run. On most systems this often defaults to
`$HOME/.config/alacritty/alacritty.yml`.