From bbd385bb683e33c1d116ddc7f49a01e0f20032da Mon Sep 17 00:00:00 2001
From: taro-28
Date: Sat, 24 Aug 2024 10:37:21 +0900
Subject: [PATCH] Fix monaco editor link
---
packages/typescriptlang-org/src/pages/dev/sandbox.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/packages/typescriptlang-org/src/pages/dev/sandbox.tsx b/packages/typescriptlang-org/src/pages/dev/sandbox.tsx
index 624002529c34..5b50fe2f77ca 100644
--- a/packages/typescriptlang-org/src/pages/dev/sandbox.tsx
+++ b/packages/typescriptlang-org/src/pages/dev/sandbox.tsx
@@ -148,7 +148,7 @@ export default async function () {
This library builds on top of the{" "}
-
+
Monaco Editor
, providing a higher level API but offering access to all the
@@ -310,7 +310,7 @@ export default async function () {
))}
The API is mainly a light shim over the{" "}
-
+
monaco-editor API
{" "}
with the{" "}