From 1378a6bc42ded38a2eb21417776ff3da787a62ba Mon Sep 17 00:00:00 2001 From: "David H. Wilkins" Date: Tue, 9 Jan 2024 14:22:06 -0600 Subject: [PATCH] Update README.md - fix spelling error (is s/b it) Fixed a minor spelling error in the above-the-fold copy for README.md The word `is` should be `it` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c3d8ff2b7..5f25f2047b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The Monaco Editor is the fully featured code editor from [VS Code](https://githu Try out the editor and see various examples [in our interactive playground](https://microsoft.github.io/monaco-editor/playground.html). -The playground is the best way to learn about how to use the editor, which features is supports, to try out different versions and to create minimal reproducible examples for bug reports. +The playground is the best way to learn about how to use the editor, which features it supports, to try out different versions and to create minimal reproducible examples for bug reports. ## Installing