From 8eb59833631517651731fe63b372ac1e974c6ca7 Mon Sep 17 00:00:00 2001 From: MatejKastak Date: Sat, 18 Jun 2022 16:30:02 +0200 Subject: [PATCH] docs: Fix typo in custom command docs (#4080) --- docs/config/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/README.md b/docs/config/README.md index fbf81cf12..f1acd4ccd 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -3719,7 +3719,7 @@ These modules will be shown if any of the following conditions are met: - The current directory contains a directory whose name is in `detect_folders` - The current directory contains a file whose extension is in `detect_extensions` - The `when` command returns 0 -- The current Operating System (std::env::consts::OS) matchs with `os` field if defined. +- The current Operating System (std::env::consts::OS) matches with `os` field if defined. ::: tip