Skip to content

Commit 3b71c60

Browse files
DeborahLekoArts
Deborah
authored andcommitted
chore(docs): Added a couple of words to tutorial (#17876)
In this paragraph: "Take the example of creating a custom button. In the past, you would create a CSS class (perhaps .primary-button) with your custom styles and then whenever you want to apply those styles e.g." It doesn't read clearly - "and then whenever you want to apply those styles e.g" Have added a couple of words for clarity, and changed "e.g." to "for example" (Latinate abbreviations aren't very friendly to people with English as a second language, and raise the reading level required for native speakers as well)
1 parent 3af5076 commit 3b71c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorial/part-one/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ One of the big mental shifts you make when starting to build with components (if
131131

132132
While a seemingly simple change, this has profound implications for how you think about building websites.
133133

134-
Take the example of creating a custom button. In the past, you would create a CSS class (perhaps `.primary-button`) with your custom styles and then whenever you want to apply those styles e.g.
134+
Take the example of creating a custom button. In the past, you would create a CSS class (perhaps `.primary-button`) with your custom styles and then use it whenever you want to apply those styles. For example:
135135

136136
```html
137137
<button class="primary-button">Click me</button>

0 commit comments

Comments
 (0)