From 711fcbd224ab1727982e096050e911faef250cff Mon Sep 17 00:00:00 2001 From: Still Hsu <341464@gmail.com> Date: Mon, 18 Feb 2019 22:07:09 +0800 Subject: [PATCH] Fix precondition remarks typo no one saw that ok --- .../Commands/PreconditionAttribute.Remarks.Inclusion.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_overwrites/Commands/PreconditionAttribute.Remarks.Inclusion.md b/docs/_overwrites/Commands/PreconditionAttribute.Remarks.Inclusion.md index 499cdb0ad..daa0c33cb 100644 --- a/docs/_overwrites/Commands/PreconditionAttribute.Remarks.Inclusion.md +++ b/docs/_overwrites/Commands/PreconditionAttribute.Remarks.Inclusion.md @@ -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. \ No newline at end of file