Skip to content

Commit c8e3572

Browse files
authored
Fix outdated config path code block (#1805)
Although outdated, it's better to be *more* correct.
1 parent 89fa65c commit c8e3572

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

es/book/configuracion.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,7 @@ El archivo de configuración se carga desde una ubicación predeterminada. Para
8181

8282
```nu
8383
config path
84-
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
85-
<value>
86-
───────────────────────────────────────
87-
/home/nusheller/.config/nu/config.toml
88-
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
84+
# => /home/nusheller/.config/nu/config.toml
8985
```
9086

9187
### Cargando la configuración desde un archivo

0 commit comments

Comments
 (0)