Skip to content

Commit

Permalink
docs: fix typo, optionnaly -> optionally (#210)
Browse files Browse the repository at this point in the history
Found via `codespell`
  • Loading branch information
kianmeng committed Sep 8, 2023
1 parent 4556ca5 commit e9a3723
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 @@ -98,7 +98,7 @@ If neither of them are set it defaults to `~/.cache`

Set `PYRIGHT_PYTHON_GLOBAL_NODE` to any non-truthy value, i.e. anything apart from 1, t, on, or true.
e.g. `off`
You can optionnaly choose the version of node used by setting `PYRIGHT_PYTHON_NODE_VERSION` to the desired version
You can optionally choose the version of node used by setting `PYRIGHT_PYTHON_NODE_VERSION` to the desired version

### Modify Node Env Location

Expand Down

0 comments on commit e9a3723

Please sign in to comment.