-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fix typos and improve documentation across various files #8230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
riderx
wants to merge
13
commits into
ionic-team:main
Choose a base branch
from
Cap-go:fix-typos
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+202
−57
Open
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
ebb9c7d
fix: correct typos and improve documentation across various files
riderx 96e1c88
fix: revert incorrect typo corrections in CHANGELOG commit hashes
riderx 0594db4
chore: add typos configuration to prevent false positives
riderx d2ef857
fix: revert incorrect thn to then change and exclude Xcode/CHANGELOG …
riderx aba577e
Merge branch 'main' into fix-typos
riderx cfbab24
Update ios/Capacitor/Capacitor/CAPInstanceConfiguration.h
riderx 4aa3d58
Update core/cordova.js
riderx 74a1386
Update ios/Capacitor/Capacitor/CAPInstanceDescriptor.h
riderx 2ee66ca
Merge branch 'main' into fix-typos
riderx 4bbc505
fix: keep thn MIME type and correct sysconfig grammar
TorichanCapgo db0d2f0
fix: restore full sysconfig.ts after incomplete push
TorichanCapgo 3dab873
fix: alias misspelled overridenUserAgentString to the corrected property
TorichanCapgo d933fa5
fix: resolve SPM merge conflict and remaining typo-review comments
TorichanCapgo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,39 @@ | ||
| [default] | ||
| # Ignore patterns that match commit hashes and Git-related identifiers | ||
| extend-ignore-re = [ | ||
| # Git commit hashes in parentheses: (7553ede), (88d0ded), etc. | ||
| "\\([a-f0-9]{7,40}\\)", | ||
| # Git commit hashes in square brackets: [7553ede], [88d0ded], etc. | ||
| "\\[[a-f0-9]{7,40}\\]", | ||
| # Full GitHub commit URLs | ||
| "github\\.com/[^/]+/[^/]+/commit/[a-f0-9]{7,40}", | ||
| # Commit hash at end of markdown links: ...commit/abcd123) | ||
| "commit/[a-f0-9]{7,40}\\)", | ||
| ] | ||
|
|
||
| [files] | ||
| extend-exclude = [ | ||
| # Exclude lock files | ||
| "package-lock.json", | ||
| "yarn.lock", | ||
| "pnpm-lock.yaml", | ||
| # Exclude build artifacts | ||
| "dist/", | ||
| "build/", | ||
| "*.min.js", | ||
| # Exclude node_modules | ||
| "node_modules/", | ||
| # Exclude Xcode project files that contain hex identifiers - these files have | ||
| # automatically generated hex IDs that look like typos but must not be changed | ||
| "**/project.pbxproj", | ||
| "**/*.xcscheme", | ||
| "**/*.storyboard", | ||
| # Exclude all CHANGELOG files - they contain commit hashes and historical text | ||
| # that should not be modified by typo fixes | ||
| "CHANGELOG.md", | ||
| "*/CHANGELOG.md", | ||
| ] | ||
|
|
||
| [default.extend-words] | ||
| # `thn` is a real MIME type in ios/.../WebViewAssetHandler.swift, not a typo of "then". | ||
| thn = "thn" | ||
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thnis added to the custom dictionary but doesn’t appear to exist anywhere in the repository (and looks like a typo of "then"). Consider removing it until there is a concrete false-positive to suppress, to avoid masking real typos.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kept
thn— it is a real MIME type inWebViewAssetHandler.swift("thn": "application/octet-stream"), not a typo of "then". Added a comment in.typos.tomlexplaining why it stays in the custom dictionary.