[DOC] Fix typos and enhance clarity in getting_started.md #3134
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.
Title: [DOC] Fix typos, formatting inconsistencies, and garbled text in getting_started.md
Description
While working through the
getting_started.mdguide to familiarize myself with the project, I encountered a few typos, a formatting issue, and a sentence that appeared to be corrupted by a copy-paste error.This PR addresses these issues to improve the linguistic quality and visual consistency of the documentation. Ensuring the "Getting Started" guide is error-free is crucial as it is often the first touchpoint for new developers adopting the library.
Detailed Changes
1. Fix Garbled Text in "Segmentation" Description (Line 34)
Issue: The description for the Segmentation module was unclear and contained the phrase "sofind areas...", which appears to be a text-editor artifact or copy-paste error.
Fix: Replaced the confusing sentence with a precise definition.
2. Grammar Correction (Line 40)
Issue: A redundant article was present in the sentence structure.
Fix: Removed the extra "a".
3. List Indentation Fix (Line 45)
Issue: The "Networks" list item was not indented correctly, causing it to break the visual hierarchy of the module list.
Fix: Adjusted whitespace to align "Networks" with the preceding and succeeding list items.
4. Spelling Correction (Line 203)
Issue: The word "multivariate" was misspelled.
Fix: Corrected spelling.