Skip to content

Commit fe5fa4b

Browse files
committed
overidden -> overridden
1 parent 1c88467 commit fe5fa4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/coloring_and_theming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ Here's the current list of flat shapes.
391391
| `shape_table` | fg(Color::Blue).bold() | \* |
392392
| `shape_variable` | fg(Color::Purple) | \* |
393393

394-
Here's a small example of how to apply color to these items. Anything not overidden will receive its default color.
394+
Here's a small example of how to apply color to these items. Anything not overridden will receive its default color.
395395

396396
```nu
397397
$env.config.color_config.shape_garbage: { fg: "#FFFFFF" bg: "#FF0000" attr: b}

0 commit comments

Comments
 (0)