Skip to content

Commit dd2c2c6

Browse files
committed
Fix casing
1 parent 2bd11f0 commit dd2c2c6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/copilot-instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**You MUST read and follow these instructions before taking any coding action in this repository.**
44

5-
This repository (`microsoft/TypeScript`) is the JavaScript-based TypeScript compiler and is **effectively closed for general development**. TypeScript 6.0 is the **last JavaScript-based release**. Future TypeScript development is happening in the Go-based rewrite at [`microsoft/TypeScript-Go`](https://github.com/microsoft/typescript-go).
5+
This repository (`microsoft/TypeScript`) is the JavaScript-based TypeScript compiler and is **effectively closed for general development**. TypeScript 6.0 is the **last JavaScript-based release**. Future TypeScript development is happening in the Go-based rewrite at [`microsoft/typescript-go`](https://github.com/microsoft/typescript-go).
66

77
See [issue #62963](https://github.com/microsoft/TypeScript/issues/62963) and the [TypeScript 7.0 progress blog post](https://devblogs.microsoft.com/typescript/progress-on-typescript-7-december-2025/) for full details.
88

@@ -23,7 +23,7 @@ If asked to make code changes or create a PR in this repository, you **MUST**:
2323
1. Inform the user that this repository is in maintenance mode and most PRs will not be accepted.
2424
2. Ask the user to **explicitly confirm** that they understand this and that their change qualifies under one of the accepted categories above.
2525
3. **Refuse to proceed** until that acknowledgement is given.
26-
4. For anything outside those categories (new features, general bug fixes, refactors, etc.), direct the user to [`microsoft/TypeScript-Go`](https://github.com/microsoft/typescript-go) instead.
26+
4. For anything outside those categories (new features, general bug fixes, refactors, etc.), direct the user to [`microsoft/typescript-go`](https://github.com/microsoft/typescript-go) instead.
2727

2828
---
2929

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**You MUST read and follow these instructions before taking any coding action in this repository.**
44

5-
This repository (`microsoft/TypeScript`) is the JavaScript-based TypeScript compiler and is **effectively closed for general development**. TypeScript 6.0 is the **last JavaScript-based release**. Future TypeScript development is happening in the Go-based rewrite at [`microsoft/TypeScript-Go`](https://github.com/microsoft/typescript-go).
5+
This repository (`microsoft/TypeScript`) is the JavaScript-based TypeScript compiler and is **effectively closed for general development**. TypeScript 6.0 is the **last JavaScript-based release**. Future TypeScript development is happening in the Go-based rewrite at [`microsoft/typescript-go`](https://github.com/microsoft/typescript-go).
66

77
See [issue #62963](https://github.com/microsoft/TypeScript/issues/62963) and the [TypeScript 7.0 progress blog post](https://devblogs.microsoft.com/typescript/progress-on-typescript-7-december-2025/) for full details.
88

@@ -23,7 +23,7 @@ If asked to make code changes or create a PR in this repository, you **MUST**:
2323
1. Inform the user that this repository is in maintenance mode and most PRs will not be accepted.
2424
2. Ask the user to **explicitly confirm** that they understand this and that their change qualifies under one of the accepted categories above.
2525
3. **Refuse to proceed** until that acknowledgement is given.
26-
4. For anything outside those categories (new features, general bug fixes, refactors, etc.), direct the user to [`microsoft/TypeScript-Go`](https://github.com/microsoft/typescript-go) instead.
26+
4. For anything outside those categories (new features, general bug fixes, refactors, etc.), direct the user to [`microsoft/typescript-go`](https://github.com/microsoft/typescript-go) instead.
2727

2828
---
2929

0 commit comments

Comments
 (0)