docs: fix 12 typos in READMEs and changelog - #624
Open
Avicennasis wants to merge 1 commit into
Open
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes 12 typos and grammar errors across 6 documentation files. No functional changes - documentation and changelog prose only.
README.mdCopy each widgets' \.mpk`->each widget's` (singular possessive; the plural possessive uses elsewhere in the file, e.g. "the widgets' changelogs", are correct and were left alone)`NativeModileResources._WidgetExport`->NativeMobileResources(the module is spelledNativeMobileResourcesin 18 other places in this repo, including line 81 of this same file)packages/jsActions/nanoflow-actions-native/CHANGELOG.mdenum is introduce for->is introduced forWe introdcued a new [Reload] action->We introducedpackages/pluggableWidgets/gallery-native/README.mdwhen the users reaches the bottom->when the user reacheswhen the end-user swipe down of the list->swipes down on the list(matches the third-person phrasing of the neighbouring "On Click Action" entry)packages/pluggableWidgets/bottom-sheet-native/README.mdStyles all basic items which has "<x>" style selected->which have, in all fourModalItemsStylerows (default / primary / danger / custom)packages/pluggableWidgets/carousel-native/README.mdpagination buttons becomes text like "1/5"->buttons becomescripts/release/README.mdan appropriate change to it's \package.json`->its`Note on whitespace
The bottom-sheet and carousel changes sit inside markdown tables, so the column padding shifted. Both files were re-run through Prettier (
--prose-wrap preserve --tab-width 4 --print-width 120), which reproduced them byte-identically before the edit, so the extra whitespace-only lines in those two tables are exactly what the repo's own formatter produces. Happy to drop the carousel table's padding-only lines if you would rather keep the diff to a single line.