Skip to content

docs: fix filename casing in TypeScript tutorial - #10115

Merged
Nick Trogh (ntrogh) merged 1 commit into
microsoft:mainfrom
Lavanya-N24:patch-1
Aug 10, 2026
Merged

docs: fix filename casing in TypeScript tutorial#10115
Nick Trogh (ntrogh) merged 1 commit into
microsoft:mainfrom
Lavanya-N24:patch-1

Conversation

@Lavanya-N24

Copy link
Copy Markdown
Contributor

Summary

The introductory example references tsc HelloWorld.ts, while the rest of the tutorial consistently uses helloworld.ts.

This updates the introductory compile command to use the same filename for consistency throughout the tutorial.

Update the introductory TypeScript compile command to use
`helloworld.ts` for consistency with the rest of the tutorial.
Copilot AI lite review requested due to automatic review settings August 7, 2026 16:06

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a filename casing inconsistency in the TypeScript tutorial so the introductory tsc example matches the rest of the walkthrough, which uses helloworld.ts.

Changes:

  • Update the introductory inline compile command from tsc HelloWorld.ts to tsc helloworld.ts for consistency with the file you create later in the tutorial.

@ntrogh
Nick Trogh (ntrogh) merged commit 7a03143 into microsoft:main Aug 10, 2026
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants