Skip to content

Commit

Permalink
Fix little typo in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
cizordj authored May 23, 2021
1 parent 30c90b4 commit 7570da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ Note that this plugin requires Git 1.9 or higher (because it uses the `--exit-co
name: 'ProcessError' }
```

The `gh-pages` module writes temporary files to a `node_modules/.cache/gh-pages` directory. The location of this directory can be customized by setting the `CACHE_DIR` environemnt variable.
The `gh-pages` module writes temporary files to a `node_modules/.cache/gh-pages` directory. The location of this directory can be customized by setting the `CACHE_DIR` environment variable.

If `gh-pages` fails, you may find that you need to manually clean up the cache directory. To remove the cache directory, run `node_modules/gh-pages/bin/gh-pages-clean` or remove `node_modules/.cache/gh-pages`.

Expand Down

0 comments on commit 7570da1

Please sign in to comment.