Improve wording in fourth part of tutorial series
authorMatthias Schmidt <gravatronics@live.com>
Tue, 20 Apr 2021 08:06:00 +0000 (10:06 +0200)
committerGitHub <noreply@github.com>
Tue, 20 Apr 2021 08:06:00 +0000 (10:06 +0200)
Co-authored-by: Tim Düsterhus <duesterhus@woltlab.com>
docs/tutorial/series/part_4.md

index 9e80a5e79dfbf2a582f0f57192b14db2ba4874a3..31fb74ace5cfdc664677dc851cb8a3c5b5ab42a0 100644 (file)
@@ -4,7 +4,7 @@ In this part of our tutorial series, we add support for creating boxes listing p
 
 ## Package Functionality
 
-In addition to the existing functions from [part 3](part_3.md), the package will provide the following possibilities/functions after this part of the tutorial:
+In addition to the existing functions from [part 3](part_3.md), the package will provide the following functionality after this part of the tutorial:
 
 - Creating boxes dynamically listing people
 - Filtering the people listed in boxes using conditions
@@ -127,4 +127,4 @@ Next, we register the specific conditions for filtering by the first and last na
 1. `$description` (optional), `$fieldName`, and `$label` are used in the output of the form field.
 
 (The implementation here is specific for `AbstractObjectTextPropertyCondition`.
-The `wcf\system\condition` namespace also contains several other default condition implementations.)
\ No newline at end of file
+The `wcf\system\condition` namespace also contains several other default condition implementations.)