docs: Fix typo in custom command docs (#4080)

This commit is contained in:
MatejKastak 2022-06-18 16:30:02 +02:00 committed by GitHub
parent c87ee9fa72
commit 8eb5983363
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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