diff --git a/examples/form-handler/components/Social.js b/examples/form-handler/components/Social.js index 6f4ea2d73fa672f681f4faf23944416eec887232..9452100c5f90226c078c4a25197f2b0cd93c03a7 100644 --- a/examples/form-handler/components/Social.js +++ b/examples/form-handler/components/Social.js @@ -16,7 +16,7 @@ const Social = () => { - + diff --git a/examples/with-cloud9/README.md b/examples/with-cloud9/README.md index 15c57e1947bf1ebfd6315b2b0f61680edf3aa9ff..b8da48069085870a27328b8b79e126ecb6fcb0a0 100644 --- a/examples/with-cloud9/README.md +++ b/examples/with-cloud9/README.md @@ -3,7 +3,7 @@ ## Install NVM and set node to the latest version ## Cloud 9 environment comes with a preinstalled nvm, but its better to use the latest -version - follow the install instructions from the [NVM Github page](https://github.com/creationix/nvm) +version - follow the install instructions from the [NVM GitHub page](https://github.com/creationix/nvm) Then download nvm package for the latest available node version and set it as default. For example, if the latest is 10.12.0, use the following commands: diff --git a/examples/with-freactal/README.md b/examples/with-freactal/README.md index e77a2699ae9c82e2e50bfbc62640dbf6be134e72..de93e979868f28eda2f369121177aa7d18e8eeb4 100644 --- a/examples/with-freactal/README.md +++ b/examples/with-freactal/README.md @@ -47,7 +47,7 @@ When it comes to state management of the React webapp, Redux is the most popular ### example app -In this example the `index` page renders list of public repos on Github for selected username. It fetches list of repos from public gihub api. First page of this list is rendered by SSR. *serverState* is then hydrated into the `Index` page. Button at the end of the list allows to load next page of repos list from the API on the client. +In this example the `index` page renders list of public repos on GitHub for selected username. It fetches list of repos from public gihub api. First page of this list is rendered by SSR. *serverState* is then hydrated into the `Index` page. Button at the end of the list allows to load next page of repos list from the API on the client. ![](https://i.imgur.com/JFU0YUt.png) diff --git a/examples/with-tailwindcss/components/nav.js b/examples/with-tailwindcss/components/nav.js index 6121cea8755a5f71dd649385817b6bc01f2cdbb0..3ce94df16ddd4c39d2fc9dd2fd4927e5fc1350f2 100644 --- a/examples/with-tailwindcss/components/nav.js +++ b/examples/with-tailwindcss/components/nav.js @@ -1,7 +1,7 @@ import Link from 'next/link' const links = [ - { href: 'https://github.com/zeit/next.js', label: 'Github' }, + { href: 'https://github.com/zeit/next.js', label: 'GitHub' }, { href: 'https://nextjs.org/docs', label: 'Docs' } ]