Skip to content

Commit

Permalink
Added "period" for clarity of what a "full stop" is. (#33155)
Browse files Browse the repository at this point in the history
* Added "period" for clarity of what a "full stop" is.

This is just a little confusing to NA English readers.

* Removed "full stop character"
  • Loading branch information
sconosciute authored Apr 19, 2024
1 parent 00252e3 commit b09651d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/learn/css/first_steps/getting_started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ So far, we have styled elements based on their HTML element names. This works as
</ul>
```

2. In your CSS, you can target the class of `special` by creating a selector that starts with a full stop character. Add the following to your CSS file:
2. In your CSS, you can target the class of `special` by creating a selector that starts with a period. Add the following to your CSS file:

```css
.special {
Expand Down

0 comments on commit b09651d

Please sign in to comment.