diff --git a/docs/getting-started-publishing.md b/docs/getting-started-publishing.md
index df0c10edb3..a2d671c1b2 100644
--- a/docs/getting-started-publishing.md
+++ b/docs/getting-started-publishing.md
@@ -23,7 +23,7 @@ At this point, you can grab all of the files inside the `website/build` folder a
### Hosting on a Service:
-* [Github Pages](#using-github-pages)
+* [GitHub Pages](#using-github-pages)
* [Netlify](#hosting-on-netlify)
### Using GitHub Pages
diff --git a/website/core/Footer.js b/website/core/Footer.js
index 60560e6b41..5403a7e196 100644
--- a/website/core/Footer.js
+++ b/website/core/Footer.js
@@ -7,7 +7,7 @@
const React = require("react");
-const GithubButton = props => (
+const GitHubButton = props => (
(
);
-GithubButton.propTypes = {
+GitHubButton.propTypes = {
config: React.PropTypes.object
};
@@ -85,7 +85,7 @@ class Footer extends React.Component {
GitHub
-
+
diff --git a/website/versioned_docs/version-1.0.14/getting-started-publishing.md b/website/versioned_docs/version-1.0.14/getting-started-publishing.md
index 57642ebab1..5ae2e612ff 100644
--- a/website/versioned_docs/version-1.0.14/getting-started-publishing.md
+++ b/website/versioned_docs/version-1.0.14/getting-started-publishing.md
@@ -24,7 +24,7 @@ At this point, you can grab all of the files inside the `website/build` folder a
### Hosting on a Service:
-* [Github Pages](#using-github-pages)
+* [GitHub Pages](#using-github-pages)
* [Netlify](#hosting-on-netlify)
### Using GitHub Pages