docs, comments: fix typos and a broken Resolution.md doc anchor#1755
Open
durvesh1992 wants to merge 1 commit into
Open
docs, comments: fix typos and a broken Resolution.md doc anchor#1755durvesh1992 wants to merge 1 commit into
durvesh1992 wants to merge 1 commit into
Conversation
- docs/Resolution.md: fix broken anchor #resolvereqeuest -> #resolverequest (the linked heading in Configuration.md is "resolveRequest"), and "A alternative" -> "An alternative". - Fix comment/test-description typos: occured -> occurred, begining -> beginning, succesfully -> successfully, wont' -> won't, indiciate -> indicate, enviornment -> environment. - exclusionList-test.js: rename local helper setPathSeperator -> setPathSeparator (Seperator -> Separator), matching the existing originalSeparator variable. All comment/doc/test-name only; no runtime behavior changes.
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
Small documentation/comment fixes: one broken doc anchor plus a batch of typo corrections in comments and test names. No runtime behavior changes.
Broken doc link
docs/Resolution.mdlinked to./Configuration.md#resolvereqeuest, but the heading inConfiguration.mdisresolveRequest, so the anchor resolves to#resolverequest. The old link was dead.Changes
docs/Resolution.md#resolvereqeuest(dead anchor)#resolverequestdocs/Resolution.mdpackages/metro-resolver/src/PackageResolve.jspackages/metro-runtime/.../MetroFastRefreshMockRuntime.jspackages/metro-file-map/src/watchers/NativeWatcher.jspackages/metro-file-map/src/watchers/NativeWatcher.jspackages/buck-worker-tool/.../worker-test.jspackages/metro-config/.../exclusionList-test.jspackages/metro-config/.../exclusionList-test.jssetPathSeperator(local helper)setPathSeparator(matches existingoriginalSeparator)Test plan
Comment/doc/test-name only.
setPathSeperatoris a function local toexclusionList-test.js; all 5 references were renamed together. No production code paths affected.