From 800658d88b3474aea2820e78540cbf07e696ac62 Mon Sep 17 00:00:00 2001 From: EG <37511853+Lefgk@users.noreply.github.com> Date: Tue, 19 May 2026 13:15:56 +0700 Subject: [PATCH] Fix typo in README: 'behavorial' -> 'behavioral' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9055e725b33b0..ea28479b2b99f 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ npm install -D typescript@next * Serious regressions from 5.9 (these must *seriously* impact a *large* proportion of users) Most bug fixes should be submitted to the [typescript-go](https://github.com/microsoft/TypeScript-go) repository. -Feature additions and behavorial changes are currently on pause until TypeScript 7.0 is completed. +Feature additions and behavioral changes are currently on pause until TypeScript 7.0 is completed. There are many ways to [contribute](https://github.com/microsoft/TypeScript/blob/main/CONTRIBUTING.md) to TypeScript. * [Submit bugs](https://github.com/microsoft/TypeScript/issues) and help us verify fixes as they are checked in.