Formatting: capitalized first letter on some headings (#1044)
Capitalized first letter on "Keywords," "Description," and "Intro" to be more consistent with document's current style.
This commit is contained in:
parent
bec53c5405
commit
e3cd185414
|
@ -147,7 +147,7 @@ The site devhints.io is backed by CloudFlare. Updates will take 2 days to propag
|
||||||
|
|
||||||
There are multiple ways to set meta description.
|
There are multiple ways to set meta description.
|
||||||
|
|
||||||
### keywords (and intro)
|
### Keywords (and intro)
|
||||||
|
|
||||||
Set `keywords` (and optionally `intro`). This is the easiest and the preferred
|
Set `keywords` (and optionally `intro`). This is the easiest and the preferred
|
||||||
way for now.
|
way for now.
|
||||||
|
@ -160,7 +160,7 @@ React.Component · render() · componentDidMount() · props/state · React is a
|
||||||
JavaScript library for building web...
|
JavaScript library for building web...
|
||||||
```
|
```
|
||||||
|
|
||||||
### description (and intro)
|
### Description (and intro)
|
||||||
|
|
||||||
Set `description` (and optionally `intro`)
|
Set `description` (and optionally `intro`)
|
||||||
|
|
||||||
|
@ -172,6 +172,6 @@ One-page reference to React and its API. React is a JavaScript library for
|
||||||
building web user interfaces...
|
building web user interfaces...
|
||||||
```
|
```
|
||||||
|
|
||||||
### intro only
|
### Intro only
|
||||||
|
|
||||||
If you left out `description` or `keywords`, a default description will be added.
|
If you left out `description` or `keywords`, a default description will be added.
|
||||||
|
|
Loading…
Reference in New Issue