From e3cd185414c7c4d66b1a5fd02efbfd26c33ae12c Mon Sep 17 00:00:00 2001 From: Mike Hatch Date: Sun, 5 Jul 2020 04:56:59 -0600 Subject: [PATCH] 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. --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3496824cf..03bfc7ed1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.