We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d4f0409 + 7a2acf6 commit a81f54fCopy full SHA for a81f54f
packages/documentation/copy/en/handbook-v2/Basics.md
@@ -343,7 +343,7 @@ let msg = "hello there!";
343
Even though we didn't tell TypeScript that `msg` had the type `string` it was able to figure that out.
344
That's a feature, and it's best not to add annotations when the type system would end up inferring the same type anyway.
345
346
-> Note: the message bubble inside the code sample above. That is what your editor would show if you had hovered over the word.
+> Note: The message bubble inside the previous code sample is what your editor would show if you had hovered over the word.
347
348
## Erased Types
349
0 commit comments