Skip to content

Commit

Permalink
docs: fix typo in process column config (#1323)
Browse files Browse the repository at this point in the history
Lowercase a word.
  • Loading branch information
ClementTsang authored Nov 19, 2023
1 parent 5a17212 commit 5df6600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/configuration/config-file/processes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ You can configure which columns are shown by the process widget by setting the `
```toml
[processes]
# Pick which columns you want to use in any order.
columns = ["cpu%", "mem%", "pid", "name", "read", "write", "Tread", "twrite", "state", "user", "time"]
columns = ["cpu%", "mem%", "pid", "name", "read", "write", "tread", "twrite", "state", "user", "time"]
```

0 comments on commit 5df6600

Please sign in to comment.