Skip to content

Commit

Permalink
guides/bincompat.mdx: Fix "nount" typo
Browse files Browse the repository at this point in the history
Fix "nount" typo to "mount".

Signed-off-by: Sorin Birchi <[email protected]>
  • Loading branch information
SorinAlexB authored and razvand committed Oct 21, 2023
1 parent c5931d2 commit e204356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/guides/bincompat.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ Similarly, to run `grep`, use the command below:
./run.sh -r / /bin/grep "bash" /etc/passwd
```

The commands nount the entire host filesystem to Unikraft and, in doing so, make all executables available to be tested.
The commands mount the entire host filesystem to Unikraft and, in doing so, make all executables available to be tested.

### Practice: Run Filesystem Executables

Expand Down

0 comments on commit e204356

Please sign in to comment.