mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 06:38:43 +02:00
Fix typos (#2842)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
# from xml
|
||||
|
||||
Parse text as `.xml` and create table. Use this when nushell cannot dertermine the input file extension.
|
||||
Parse text as `.xml` and create table. Use this when nushell cannot determine the input file extension.
|
||||
|
||||
Syntax: `from xml`
|
||||
|
||||
|
@ -42,7 +42,7 @@ Create a file within an already existent folder.
|
||||
──────────┴───────────
|
||||
```
|
||||
|
||||
Create three files at oince
|
||||
Create three files at once
|
||||
```shell
|
||||
> touch a b c
|
||||
> ls
|
||||
@ -52,4 +52,4 @@ Create three files at oince
|
||||
0 │ a │ File │ 0 B │ 0 sec ago
|
||||
1 │ b │ File │ 0 B │ 0 sec ago
|
||||
2 │ c │ File │ 0 B │ 0 sec ago
|
||||
────┴────────────────────┴──────┴──────────┴──────────────
|
||||
────┴────────────────────┴──────┴──────────┴──────────────
|
||||
|
Reference in New Issue
Block a user