fix(learn): Add inline code blocks to for i18n (#40921)

This commit is contained in:
Randell Dawson
2021-02-05 01:46:19 -07:00
committed by GitHub
parent c3a0793be2
commit 167f93df76
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ Create a CSS declaration for your `orange-text` id in your `style` element. Here
}
```
**Note:** It doesn't matter whether you declare this CSS above or below pink-text class, since id attribute will always take precedence.
**Note:** It doesn't matter whether you declare this CSS above or below `pink-text` class, since the `id` attribute will always take precedence.
# --hints--