Skip to content

Commit 9f1b249

Browse files
committed
fix ponctuation in book/moving_around.md
1 parent 94ef8c0 commit 9f1b249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/moving_around.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Nu also provides some basic [filesystem commands](/commands/categories/filesyste
153153
::: tip NOTE
154154
Under Bash and many other shells, most filesystem commands (other than `cd`) are actually separate binaries in the system. For instance, on a Linux system, `cp` is the `/usr/bin/cp` binary. In Nushell, these commands are built-in. This has several advantages:
155155

156-
- They work consistently on platforms where a binary version may not be available (e.g., Windows). This allows the creation of cross-platform scripts, modules, and custom commands.
156+
- They work consistently on platforms where a binary version may not be available (e.g. Windows). This allows the creation of cross-platform scripts, modules, and custom commands.
157157
- They are more tightly integrated with Nushell, allowing them to understand Nushell types and other constructs
158158
- As mentioned in the [Quick Tour](quick_tour.html), they are documented in the Nushell help system. Running `help <command>` or `<command> --help` will display the Nushell documentation for the command.
159159

0 commit comments

Comments
 (0)