Skip to content

Commit a81f54f

Browse files
Merge pull request #2322 from Trott/Trott-patch-1
Fix typo in Basics.md
2 parents d4f0409 + 7a2acf6 commit a81f54f

File tree

1 file changed

+1
-1
lines changed
  • packages/documentation/copy/en/handbook-v2

1 file changed

+1
-1
lines changed

packages/documentation/copy/en/handbook-v2/Basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ let msg = "hello there!";
343343
Even though we didn't tell TypeScript that `msg` had the type `string` it was able to figure that out.
344344
That's a feature, and it's best not to add annotations when the type system would end up inferring the same type anyway.
345345

346-
> Note: the message bubble inside the code sample above. That is what your editor would show if you had hovered over the word.
346+
> Note: The message bubble inside the previous code sample is what your editor would show if you had hovered over the word.
347347
348348
## Erased Types
349349

0 commit comments

Comments
 (0)