fix: correct 6 typos across README.md and docs - #699
Closed
Jah-yee wants to merge 1 commit into
Closed
Conversation
README.md: - globa.ts → global.ts (line 59) - typs.d.ts → types.d.ts (line 82) - docusarus → docusaurus (line 94) docs/index.md: - Fix broken link docs/installation → installation (line 22) - it's → its (grammar, line 104) - Add missing article 'a' before 'remote Podman client' (line 137) docs/installation.md: - pkginstaller → pkg installer (line 33) - Fix duplicate preposition 'in the default in the' (line 98) Closes containers#667
Author
|
Friendly ping — any updates? This PR corrects 6 typos across the README and docs (issue #667). Happy to address any feedback! |
Contributor
|
Not sure, but a PR has already been raised for this issue. |
Author
|
Thanks for the review! I can see PR #668 already addresses the same typo fixes — I'll close this as a duplicate. Good catch on the DCO issue too; I'll make sure to use the correct email format on future PRs. 👍 |
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
Fix 6 typos across 3 files as described in issue #667.
Changes
README.md
globa.ts→global.ts(line 59)typs.d.ts→types.d.ts(line 82)docusarus→docusaurus(line 94)docs/index.md
docs/installation→installation(line 22)it's→its(grammar fix, line 104)abeforeremote Podman client(line 137)docs/installation.md
pkginstaller→pkg installer(line 33)in the default in the→in the default AppStream repo for(line 98)Closes #667