Skip to content

Commit 1d595f1

Browse files
committed
Capitalize first letter after colon
1 parent 6065695 commit 1d595f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/05.typescript/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Don't worry if you struggle with TypeScript at first, the more you use it, the
125125
better you'll get at it, just like anything else.
126126

127127
<callout-info>
128-
Note: we're moving from the `*.html` files to `*.tsx` files. This is more
128+
Note: We're moving from the `*.html` files to `*.tsx` files. This is more
129129
real-world and also your editor likely supports TypeScript better within
130130
TypeScript files rather than HTML files. From here on out, the `index.tsx`
131131
file will be loaded onto the page automatically. We'll also get live reload of

0 commit comments

Comments
 (0)