From 7ea0f5a8cff1d2c49eda6495be049ae473e4447c Mon Sep 17 00:00:00 2001 From: Yangshun Tay Date: Thu, 26 Apr 2018 09:43:47 -0700 Subject: [PATCH] s/Github/GitHub (#608) --- docs/getting-started-publishing.md | 2 +- website/core/Footer.js | 6 +++--- .../version-1.0.14/getting-started-publishing.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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