Skip to content

Commit a401eb3

Browse files
committed
Fix typos
1 parent 68cad3e commit a401eb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/standard_library.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ use std *
4343
However, this form should be avoided in custom commands and scripts since it has the longest load time. While the load time is only on the order of ~20-30 milliseconds on an average system, that can add up in certain scenarios.
4444

4545
::: important Optimal Startup when Using the Standard Library
46-
See the [notes below](#optimal-startup) on how to ensure that your configutation isn't loading the entire Standard Library.
46+
See the [notes below](#optimal-startup) on how to ensure that your configuration isn't loading the entire Standard Library.
4747
:::
4848

4949
### Importing Submodules
@@ -230,6 +230,6 @@ view source ellie | nu-highlight
230230
## Windows Path Syntax
231231
232232
::: important
233-
Nushell on Windows supports both forward-slashes and back-slashes as the path separator. However, to ensure cross-platform support for cripts and modules using `std`, using only the forward-slash `/` when importing Standard Library submodules is highly recommended.
233+
Nushell on Windows supports both forward-slashes and back-slashes as the path separator. However, to ensure cross-platform support for scripts and modules using `std`, using only the forward-slash `/` when importing Standard Library submodules is highly recommended.
234234
:::
235235
```

0 commit comments

Comments
 (0)