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:
Mike Hatch 2020-07-05 04:56:59 -06:00 committed by GitHub
parent bec53c5405
commit e3cd185414
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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.
### keywords (and intro)
### Keywords (and intro)
Set `keywords` (and optionally `intro`). This is the easiest and the preferred
way for now.
@ -160,7 +160,7 @@ React.Component · render() · componentDidMount() · props/state · React is a
JavaScript library for building web...
```
### description (and intro)
### Description (and 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...
```
### intro only
### Intro only
If you left out `description` or `keywords`, a default description will be added.