-
Notifications
You must be signed in to change notification settings - Fork 629
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(serializers): Fix grammatical errors (#2779)
- "Let's study the alternatives" is slightly more formal and emphasizes the specific alternatives. - Replace "Serializer has three required pieces" with "A serializer has three required pieces" for better specificity, consistency, and readability. - Clarify explanation of encodeToXxx and decodeFromXxx overloads - Add missing articles to the section header - Change "Specifying serializer globally using typealias" to "Specifying a serializer globally using a typealias" - Improve readability and grammatical correctness - Change "In the below example" to "In the example below" - Enhance readability and professionalism of text - Align with common technical writing conventions - Change "Specifying serializer on a property" to "Specifying a serializer on a property" - Change "Specifying serializer for a particular type" to "Specifying a serializer for a particular type" - Correct the spelling of 'Hand-written' to 'Handwritten,' as it is commonly spelled as one word.
- Loading branch information
Showing
4 changed files
with
49 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters