You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Links between docs can be achieved by using a hash symbol (#), plus the markdown
36
36
37
37
### Alert Boxes
38
38
39
-
Alert boxes are creating using a block quote that has one of 'warn', 'danger', 'info', or `preview` on the first line.
39
+
Alert boxes are created using a block quote that has one of 'warn', 'danger', 'info', or 'preview' on the first line.
40
40
41
41

42
42
@@ -45,9 +45,9 @@ Alert boxes are creating using a block quote that has one of 'warn', 'danger', '
45
45
46
46
There are a few reusable MDX components that can be used on pages with the `mdx` extension.
47
47
48
-
#### Collapsible
48
+
#### Collapsibles
49
49
50
-
Collapsible allows you to show/hide content on a page that may be secondary to the page's primary content. It has four fields that can be set: `title`, `description``icon`, and an `open` flag (which makes the collapsible element open by default)
50
+
Collapsibles allow you to show/hide content on a page that may be secondary to the page's primary content. They have four fields that can be set: `title`, `description`,`icon`, and an `open` flag (which makes the collapsible element open by default).
51
51
52
52
Available options for `icon` are `"list"`, `"view"`, `"question"`, and `"code"`.
53
53
@@ -62,9 +62,9 @@ Collapsed content
62
62
</Collapsible>
63
63
```
64
64
65
-
#### Button
65
+
#### Buttons
66
66
67
-
Button is simply...a clickable button. It takes`href` and `color` arguments, but currently we only use the `"brand"` value for `color`.
67
+
Buttons are simply... clickable buttons. They take`href` and `color`as arguments, but currently we only use `"brand"` as a value for `color`.
68
68
69
69
###### Example
70
70
@@ -74,9 +74,9 @@ Button is simply...a clickable button. It takes `href` and `color` arguments, bu
74
74
<Button href="https://discord.com/developers/docs/getting-started" color="brand">click the button!</Button>
75
75
```
76
76
77
-
#### Card
77
+
#### Cards
78
78
79
-
Cards let you display links in a card format. It accepts two arguments, `title` and `link`.
79
+
Cards let you display links in a card format. They accept two arguments, `title` and `link`.
0 commit comments