docs: fix typos, grammar, and code bugs in Lessons 19-21#1113
Merged
koreyspace merged 1 commit intoFeb 16, 2026
Merged
Conversation
Lesson 19 (SLM):
- Fix three different misspellings of NVIDIA (Nivida, NIVIDA, Nividia)
- Fix typo "Phi-3.5-Instuct" → "Phi-3.5-Instruct"
- Fix undefined variable `code` in ONNX Runtime code example
- Add missing question marks in learning objectives
- Fix full-width colon and "chapter" → "lesson"
- Add missing spaces after colons and periods
- Fix "scenes" → "scenarios", "statement" → "command"
- Fix heading grammar ("Inference difference Cloud's API" → "Inference via Cloud APIs")
Lesson 20 (Mistral):
- Fix "Github" → "GitHub" capitalization
- Remove trailing tab character in model_name string (code bug)
- Fix grammar: "using" → "uses", "less tokens vs" → "fewer tokens than"
- Remove duplicate full-width question mark in Korean text
- Fix missing apostrophe in "user's location"
Lesson 21 (Meta):
- Fix typo "mode" → "model"
- Fix subject-verb disagreement "enables" → "enable"
- Fix factual error: multimodality described as a limitation instead of the lack of it
- Fix missing article "the" before LLM
- Remove stray backtick
Contributor
|
👋 Thanks for contributing @VikrantSingh01! We will review the pull request and get back to you soon. |
koreyspace
approved these changes
Feb 16, 2026
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
Nivida,NIVIDA,Nividia), fix typoPhi-3.5-Instuct→Phi-3.5-Instruct, fix undefined variablecodein ONNX Runtime code example that would causeNameErrorat runtime, add missing question marks, fix heading grammar, add missing spaces after colons/periodsGithub→GitHubcapitalization, remove trailing tab character inmodel_namestring that would cause API call failure at runtime, fix grammar errors (using→uses,less tokens vs→fewer tokens than), remove duplicate full-width question markmode→model, fix subject-verb disagreement, fix factual error where multimodality was described as a limitation instead of the lack of it, fix missing article and stray backtickTest plan