docs: fix typos and unconverted wiki links in converted wiki pages - #2
Open
Avicennasis wants to merge 1 commit into
Open
docs: fix typos and unconverted wiki links in converted wiki pages#2Avicennasis wants to merge 1 commit into
Avicennasis wants to merge 1 commit into
Conversation
Cited by review: - wiki/VBoxLogging.md: two leftover Trac '[url label]' links converted to markdown, matching the already-converted link on line 10 of the same file - wiki/Licensing_FAQ.md: 'about the the' -> 'about the' - wiki/Porting_VirtualBox.md: 'the closes existing port and look' -> 'the closest existing port and looking'; 'platform closes to yours' -> 'platform closest to yours' - wiki/DnDDebug.md: 'drag an drop' -> 'drag and drop'; 'does not contain and verbose' -> 'does not contain any verbose' (x2) - wiki/Mac_OS_X_build_instructions.md: 'either enabling' -> 'either enable' (parallel with the following 'or disable'); 'all together' -> 'altogether'; 'the modules loads' -> 'the modules load' Also fixed (same file, same defect, not separately cited): - wiki/VBoxLogging.md lines 53 and 71: the two remaining leftover Trac '[url label]' links Documentation only - no functional changes. Signed-off-by: Léon Avic Simmons <Avicennasis@gmail.com>
|
Thank you for your pull request and welcome to our community! To contribute, please sign the Oracle Contributor Agreement (OCA).
To sign the OCA, please create an Oracle account and sign the OCA in Oracle's Contributor Agreement Application. When signing the OCA, please provide your GitHub username. After signing the OCA and getting an OCA approval from Oracle, this PR will be automatically updated. If you are an Oracle employee, please make sure that you are a member of the main Oracle GitHub organization, and your membership in this organization is public. |
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 11 documentation defects across 5 converted wiki pages.
Cited by review:
[url label]links that render literally in markdown -> converted to[label](url). The fix shape is taken from line 10 of the same file, which was already converted correctly.about the the->about thethe closes existing port and look for->the closest existing port and looking for;the platform closes to yours->the platform closest to yoursthe actual drag an drop operation->drag and drop(line 17 of the same page already spells it correctly);does not contain and verbose->does not contain any verbose(x2, both rows of the troubleshooting table)either enabling loading of unsigned kexts->either enable ...(parallel with theor disable SIPbranch four lines down);disable SIP all together->disable SIP altogether;make sure the modules loads successfully->the modules loadAdditional, not separately cited (same file, same defect):
[url label]syntax. Fixing only two of the four in one file would have looked arbitrary, so all four are converted here.Deliberately not changed:
etcat wiki/VBoxLogging.md:60 was flagged as needing a period.etcappears as a word four times across the site and none of them carries a period, so this is a consistent house convention rather than an error.Documentation only - no functional changes, no build or template files touched. Edits were applied byte-wise with per-file occurrence-count and length-delta assertions; the diff is exactly 13 changed lines across 5 files.
Commits are signed off (
git commit -s) per the Oracle Contributor Agreement requirement.