CONTRIBUTING.md: minor, capitalization (#305)

Michael Rienstra committed Nov 10, 2022 at 14:03 UTC 813749d7d1f76d65d854ea283f0c9c83a36c1d02
1 file changed +3 -3
CONTRIBUTING.md
+3 -3
@@ -18,7 +18,7 @@ contribute a change? Great!
18
19 1. `npm install` to download Gatsby, our theme, and the dependencies
20 2. `npm run develop`: starts the test server at `http://localhost:8000`.
21 -3. Update the content - it's MDX, which is like markdown - in the `content`
21 +3. Update the content - it's MDX, which is like Markdown - in the `content`
22 directory.
23 4. Review your content at `http://localhost:8000`. (Gatsby watches the
24 filesystem and will reload your content changes immediately.)
@@ -46,8 +46,8 @@ changes you make should be reflected in the site immediately.
46 ### Documentation content
47
48 The documentation content lives in the `content` directory, and is
49 -markdown. (Actually, [MDX](https://mdxjs.com/), a sort of reactive
50 -markdown.)
49 +Markdown. (Actually, [MDX](https://mdxjs.com/), a sort of reactive
50 +Markdown.)
51
52 ### Static content (images)
53