Skip to content

Commit 54105e7

Browse files
cwhite911petrasovaaveroandreo
authored
Apply suggestions from code review
Fixed typos. Co-authored-by: Anna Petrasova <[email protected]> Co-authored-by: Veronica Andreo <[email protected]>
1 parent 964d881 commit 54105e7

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

content/tests/styling.qmd

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: GRASS Quarto Design Guide
3-
description: Adopted from Quarto Documentatoin
3+
description: Adopted from Quarto Documentation
44
image: images/LinkedIn-Post-Image.png
55
title-block-banner: true
66
author:
@@ -138,14 +138,14 @@ superscript^2^ / subscript~2~
138138
Continued (indent 4 spaces)
139139
```
140140

141-
(@) A list whose numbering
141+
(@) A list which numbering
142142

143143
continues after
144144

145145
(@) an interruption
146146

147147
```md
148-
(@) A list whose numbering
148+
(@) A list which numbering
149149

150150
continues after
151151

@@ -200,7 +200,7 @@ belong to the previous footnote.
200200
{ some.code }
201201

202202
The whole paragraph can be indented, or just the first
203-
line. In this way, multi-paragraph footnotes work like
203+
line. In this way, multi-paragraph footnotes work like
204204
multi-paragraph list items.
205205

206206
This paragraph won't be part of the note, because it
@@ -223,7 +223,7 @@ belong to the previous footnote.
223223
{ some.code }
224224

225225
The whole paragraph can be indented, or just the first
226-
line. In this way, multi-paragraph footnotes work like
226+
line. In this way, multi-paragraph footnotes work like
227227
multi-paragraph list items.
228228

229229
This paragraph won't be part of the note, because it
@@ -548,12 +548,12 @@ This is a warning callout.
548548
### Important
549549

550550
::: {.callout-important}
551-
This is a imporant callout.
551+
This is an important callout.
552552
:::
553553

554554
```md
555555
::: {.callout-important}
556-
This is a imporant callout.
556+
This is an important callout.
557557
:::
558558
```
559559

@@ -649,7 +649,7 @@ $$
649649

650650
### Special Buttons
651651

652-
We have a custom support buttons ([More Info](#includes)) that link to GRASS's [Open Collective page]({{< var grass.support >}})
652+
We have custom support buttons ([More Info](#includes)) that link to GRASS's [Open Collective page]({{< var grass.support >}})
653653

654654
{{< include /content/include/_support-button.qmd >}}
655655
{{< include /content/include/_support-outline-button.qmd >}}
@@ -790,7 +790,7 @@ page 2
790790

791791
## Divs & Spans
792792

793-
### Boarder
793+
### Border
794794

795795
::: {.border}
796796
This content can be styled with a border
@@ -860,7 +860,7 @@ More content.
860860

861861
### Column Margin
862862
::: {.column-margin}
863-
![A image in the margin](images/LinkedIn-Post-Image.png)
863+
![An image in the margin](images/LinkedIn-Post-Image.png)
864864
:::
865865

866866
## Lipsum
@@ -897,7 +897,7 @@ Will render {{< var grass.version >}}
897897

898898
## Includes
899899

900-
The include [shortcode](https://quarto.org/docs/authoring/includes.html) allow us to use reusable markdown.
900+
The include [shortcode](https://quarto.org/docs/authoring/includes.html) allows us to use reusable markdown.
901901

902902
### Support Button
903903

0 commit comments

Comments
 (0)