From 5df66006d8df0ff03d839b15ac9ba328d58d3252 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Sun, 19 Nov 2023 06:49:37 -0500 Subject: docs: fix typo in process column config (#1323) Lowercase a word. --- docs/content/configuration/config-file/processes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/configuration/config-file/processes.md b/docs/content/configuration/config-file/processes.md index 047ae376..2871e1cd 100644 --- a/docs/content/configuration/config-file/processes.md +++ b/docs/content/configuration/config-file/processes.md @@ -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"] ``` -- cgit v1.2.3