diff options
Diffstat (limited to 'examples/blog/src')
-rw-r--r-- | examples/blog/src/content/blog/markdown-style-guide.md | 2 | ||||
-rw-r--r-- | examples/blog/src/styles/global.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/blog/src/content/blog/markdown-style-guide.md b/examples/blog/src/content/blog/markdown-style-guide.md index 877ec2f4a..a72853438 100644 --- a/examples/blog/src/content/blog/markdown-style-guide.md +++ b/examples/blog/src/content/blog/markdown-style-guide.md @@ -95,7 +95,7 @@ The blockquote element represents content that is quoted from another source, op #### Syntax -we can use 3 backticks ``` in new line and write snippet and close with 3 backticks on new line and to highlight language specific syntac, write one word of language name after first 3 backticks, for eg. html, javascript, css, markdown, typescript, txt, bash +we can use 3 backticks ``` in new line and write snippet and close with 3 backticks on new line and to highlight language specific syntax, write one word of language name after first 3 backticks, for eg. html, javascript, css, markdown, typescript, txt, bash ````markdown ```html diff --git a/examples/blog/src/styles/global.css b/examples/blog/src/styles/global.css index fe9ecf0b8..bbb0c3015 100644 --- a/examples/blog/src/styles/global.css +++ b/examples/blog/src/styles/global.css @@ -149,6 +149,6 @@ hr { clip: rect(1px, 1px, 1px, 1px); /* modern browsers, clip-path works inwards from each corner */ clip-path: inset(50%); - /* added line to stop words getting smushed together (as they go onto seperate lines and some screen readers do not understand line feeds as a space */ + /* added line to stop words getting smushed together (as they go onto separate lines and some screen readers do not understand line feeds as a space */ white-space: nowrap; } |