docs: fix typescript spelling typo in onboarding samples path#793
docs: fix typescript spelling typo in onboarding samples path#793amaan-bhati merged 1 commit intomainfrom
Conversation
Code Review SummaryStatus: No Issues Found | Recommendation: Merge The PR correctly fixes a typo in the git clone command: Other Observations (not in diff)Issues found in unchanged code that cannot receive inline comments:
Files Reviewed (3 files)
|
There was a problem hiding this comment.
Pull request overview
This pull request fixes a spelling typo in the TypeScript samples repository path across three versioned documentation files. The typo "samples-typscript" (missing 'e') is corrected to "samples-typescript" in the git clone command, ensuring users can successfully navigate to the correct directory after cloning.
Changes:
- Corrected spelling of "samples-typescript" in git clone commands across documentation versions 2.0.0, 3.0.0, and 4.0.0
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| versioned_docs/version-4.0.0/quickstart/nextjs-postgres.md | Fixed directory name typo in git clone command from "samples-typscript" to "samples-typescript" |
| versioned_docs/version-3.0.0/quickstart/nextjs-postgres.md | Fixed directory name typo in git clone command from "samples-typscript" to "samples-typescript" |
| versioned_docs/version-2.0.0/quickstart/nextjs-postgres.md | Fixed directory name typo in git clone command from "samples-typscript" to "samples-typescript" |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
docs: fix typescript spelling typo in onboarding samples path