Skip to content

Commit ad341a3

Browse files
committed
Fix small headings
1 parent cdb4004 commit ad341a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/academy/switching_to_typescript/unknown_and_type_casting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ paths:
66
- switching-to-typescript/unknown-and-type-casting
77
---
88

9-
## [](#unknown-and-type-casting) Unknown & type casting
9+
# [](#unknown-and-type-casting) Unknown & type casting
1010

1111
There are two types we haven't discussed yet - `any` and `unknown`.
1212

content/academy/switching_to_typescript/using_types_continued.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ paths:
66
- switching-to-typescript/using-types-continued
77
---
88

9-
## [](#using-types-continued) Using types (continued)
9+
# [](#using-types-continued) Using types (continued)
1010

1111
Now that you're (hopefully) fairly comfortable with strings, booleans, and numbers in TypeScript, we can start discussing the more complex types supported by the language.
1212

0 commit comments

Comments
 (0)