Browse Source

Fix precondition remarks typo

no one saw that ok
pull/1304/head
Still Hsu 6 years ago
parent
commit
711fcbd224
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      docs/_overwrites/Commands/PreconditionAttribute.Remarks.Inclusion.md

+ 2
- 2
docs/_overwrites/Commands/PreconditionAttribute.Remarks.Inclusion.md View File

@@ -1,6 +1,6 @@
A "precondidtion" in the command system is used to determine if a
A "precondition" in the command system is used to determine if a
condition is met before entering the command task. Using a
precondidtion may aid in keeping a well-organized command logic.
precondition may aid in keeping a well-organized command logic.

The most common use case being whether a user has sufficient
permission to execute the command.

Loading…
Cancel
Save