summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authoradrian5 <adrian5@users.noreply.github.com>2020-12-18 18:24:48 +0100
committerGitHub <noreply@github.com>2020-12-18 12:24:48 -0500
commit9a2355c164206105ce1df8d35acc90a4129d3ebe (patch)
tree59b0653f5e78fccca054a67b3a7746e10f2d9927 /docs
parent94b74acc9024c6dd77f0d801b566d74e29840936 (diff)
docs: fix typo in config (#2008)
Diffstat (limited to 'docs')
-rw-r--r--docs/config/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index 3cc7ea258..33d92c312 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -52,7 +52,7 @@ $ENV:STARSHIP_CACHE = "$HOME\AppData\Local\Temp"
**Module**: A component in the prompt giving information based on contextual information from your OS. For example, the "nodejs" module shows the version of NodeJS that is currently installed on your computer, if your current directory is a NodeJS project.
-**Variable**: Smaller sub-components that contains information provided by the module. For example, the "version" variable in the "nodejs" module contains the current version of NodeJS.
+**Variable**: Smaller sub-components that contain information provided by the module. For example, the "version" variable in the "nodejs" module contains the current version of NodeJS.
By convention, most modules have a prefix of default terminal color (e.g. `via ` in "nodejs") and an empty space as a suffix.