diff options
author | 0xflotus | 2022-11-08 14:29:48 +0000 |
---|---|---|
committer | GitHub | 2022-11-08 14:29:48 +0000 |
commit | 75d7e0555e4993d021f212b6a9297ff04a937fc3 (patch) | |
tree | 7d1390de071b9c20cd31d6c10af4dd1f23c07681 /book/src | |
parent | 64359f8b484062e8c17b02fd2b2d690bb5bdfbd7 (diff) |
fix: small error (#4651)
Diffstat (limited to 'book/src')
-rw-r--r-- | book/src/install.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/install.md b/book/src/install.md index a041d651..ccfb0b1e 100644 --- a/book/src/install.md +++ b/book/src/install.md @@ -106,7 +106,7 @@ via the `HELIX_RUNTIME` environment variable. | Linux / MacOS | `ln -s $PWD/runtime ~/.config/helix/runtime` | Starting with Windows Vista you can also create symbolic links on Windows. Note that this requires -elevated priviliges - i.e. PowerShell or Cmd must be run as administrator. +elevated privileges - i.e. PowerShell or Cmd must be run as administrator. **PowerShell:** |