diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index a82527b0aa..7759363adb 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -12,7 +12,7 @@
6. If you need a debugger, run `yarn debug-test --watch TestName`, open `chrome://inspect`, and press "Inspect".
7. Format your code with [prettier](https://github.com/prettier/prettier) (`yarn prettier`).
8. Make sure your code lints (`yarn lint`). Tip: `yarn linc` to only check changed files.
- 9. Run the [Flow](https://flowtype.org/) typechecks (`yarn flow`).
+ 9. Run the [Flow](https://flowtype.org/) type checks (`yarn flow`).
10. If you haven't already, complete the CLA.
Learn more about contributing: https://reactjs.org/docs/how-to-contribute.html
diff --git a/fixtures/dom/src/components/fixtures/hydration/index.js b/fixtures/dom/src/components/fixtures/hydration/index.js
index 016c9245f0..9c786a1f5e 100644
--- a/fixtures/dom/src/components/fixtures/hydration/index.js
+++ b/fixtures/dom/src/components/fixtures/hydration/index.js
@@ -105,7 +105,7 @@ class Hydration extends React.Component {
Version:
diff --git a/fixtures/tracing/index.html b/fixtures/tracing/index.html
index 1bd3577094..61b2af1a43 100644
--- a/fixtures/tracing/index.html
+++ b/fixtures/tracing/index.html
@@ -65,7 +65,7 @@