Skip to content

Commit 9103620

Browse files
committed
Fix typos
1 parent 3f4f3b0 commit 9103620

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/working_with_tables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ You've noticed that every table, by default, starts with a column with the headi
404404
- The default mode
405405
- Nushell provides a 0-based, consecutive index
406406
- Always corresponds to the cell-path row-number, where `select 0` will return the first item in the list, and `select <n-1>` returns the nth item
407-
- Is a display of an internal representation only. In other words, it is not addressible by column name. For example, `get index` will not work, nor `get #`
407+
- Is a display of an internal representation only. In other words, it is not accessible by column name. For example, `get index` will not work, nor `get #`
408408

409409
1. "Index"-Renamed #
410410

@@ -576,7 +576,7 @@ This can be useful when you need to store the rendered view of structured data a
576576
ls | table | ansi strip
577577
```
578578

579-
The `table` command also has multipe options for _changing_ the rendering of a table, such as:
579+
The `table` command also has multiple options for _changing_ the rendering of a table, such as:
580580

581581
- `-e` to expand data that would normally be collapsed when rendering. Compare `scope modules | table` to `scope modules | table -e`.
582582
- `-i false` to hide the `index`/`#` column

0 commit comments

Comments
 (0)