Skip to content

Commit e7e76f5

Browse files
authored
Fix typo in ToC
1 parent e224e3d commit e7e76f5

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
@@ -26,7 +26,7 @@ _Note_: in this documents, sometimes I use "I" to refer specifically to what I u
2626
- [Use tables for tabular data only](./HTML/html.md#use-tables-for-tabular-data-only)
2727
- [Include external CSS inside the `<head>` tag](./HTML/html.md#include-external-css-inside-the-head-tag)
2828
- [Avoid to specify the type of imported CSS and JavaScript files](./HTML/html.md#avoid-to-specify-the-type-of-imported-css-and-javascript-files)
29-
- [Separate content from styles](./HTML/html.md#separate-content-from-style)
29+
- [Separate content from style](./HTML/html.md#separate-content-from-style)
3030
- [Keep the syntax organized](./HTML/html.md#keep-the-syntax-organized)
3131
- [Reduce markup](./HTML/html.md#reduce-markup)
3232
- [Whitespacing and formatting](./HTML/html.md#whitespacing-and-formatting)

0 commit comments

Comments
 (0)