diff --git a/docs/commands/config.md b/docs/commands/config.md index f5605e23a8..cae8e43ef3 100644 --- a/docs/commands/config.md +++ b/docs/commands/config.md @@ -40,4 +40,8 @@ Syntax: `config {flags}` ## Examples -A more detailed description on how to use this command to configure Nu shell can be found in the configuration chapter of [Nu Book](https://book.nushell.sh/). \ No newline at end of file +```shell +> config --set [table_mode "light"] +``` + +A more detailed description on how to use this command to configure Nu shell can be found in the configuration chapter of [Nu Book](https://book.nushell.sh/en/configuration). diff --git a/docs/commands/from-yaml.md b/docs/commands/from-yaml.md index 90a2dd90ac..1c7e9fef78 100644 --- a/docs/commands/from-yaml.md +++ b/docs/commands/from-yaml.md @@ -1,6 +1,6 @@ # from-yaml -Parse text as `.yaml/.yml` and create table. Use this when nushell cannot dertermine the input file extension. +Parse text as `.yaml/.yml` and create table. Use this when nushell cannot determine the input file extension. Syntax: `from-yaml`