Skip to content

Commit 3f8cab5

Browse files
authored
Fix path for ToC in TypeScript section
1 parent bedee29 commit 3f8cab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ _Note_: in this documents, sometimes I use "I" to refer specifically to what I u
9898
- [Avoid polluting the global namespace](./Scripts/javascript.md#avoid-polluting-the-global-namespace)
9999
- [Check existance of variables, arrays and objects](./Scripts/javascript.md#check-existance-of-variables-arrays-and-objects)
100100
- [TypeScript specific standards](./Scripts/javascript.md#typescript-specific-standards)
101-
- [Whitespacing and formatting](./Scripts/javascript.md#whitespacing-and-formatting-3)
101+
- [Whitespacing and formatting](./Scripts/javascript.md#whitespacing-and-formatting-1)
102102
- [Include a single space after colon and before and after equal](./Scripts/javascript.md#include-a-single-space-after-colon-and-before-and-after-equal)
103103
- [Always define strict type when declaring variables](./Scripts/javascript.md#always-define-strict-type-when-declaring-variables)
104104
- [Include a single space before and after curly brakets when importing](./Scripts/javascript.md#include-a-single-space-before-and-after-curly-brakets-when-importing)

0 commit comments

Comments
 (0)