From f14f26a24f12b5d45e2f1bb0af2c65994d0dbdce Mon Sep 17 00:00:00 2001 From: Le Michel <95184938+Ptitet@users.noreply.github.com> Date: Sun, 7 Jul 2024 23:19:37 +0200 Subject: [PATCH] Update This.ts Fixed broken link due to typo --- .../copy/en/JavaScript/Working With Classes/This.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/playground-examples/copy/en/JavaScript/Working With Classes/This.ts b/packages/playground-examples/copy/en/JavaScript/Working With Classes/This.ts index 836691c11ce5..4fedde144edb 100644 --- a/packages/playground-examples/copy/en/JavaScript/Working With Classes/This.ts +++ b/packages/playground-examples/copy/en/JavaScript/Working With Classes/This.ts @@ -88,4 +88,4 @@ customObjectTryingToChangeThis.print(); // You can learn more about that in the handbook: // -// https://www.typescriptlang.org/docs/handbook/utility-types.html#thistypet +// https://www.typescriptlang.org/docs/handbook/utility-types.html#thistypetype