Skip to content

Commit 463218f

Browse files
Sw-SaturnSaraVieira
authored andcommitted
Fix typo (#27)
1 parent f04c9d3 commit 463218f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Deployment.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
- [Netlify](#netlify)
66
- [Now](#now)
77
- [Surge](#surge)
8-
- [Github Pages](#githubpages)
9-
- [Gitlab Pages](#gitlabpages)
8+
- [GitHub Pages](#githubpages)
9+
- [GitLab Pages](#gitlabpages)
1010

1111
## Netlify
1212

@@ -57,9 +57,9 @@ After that pick and domain and done 🎉
5757

5858
![Surge](./media/surge.png)
5959

60-
## Github Pages
60+
## GitHub Pages
6161

62-
For Github pages there is a command:
62+
For GitHub pages there is a command:
6363

6464
```bash
6565
fiddly deploy

Readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ body {
114114
Any images linked in your markdown that are local will be minified and copied to your dist folder.
115115
If some image is not found it will be ignored.
116116

117-
## Github Corner
117+
## GitHub Corner
118118

119-
The Github corner comes from either the `repo` option in your `.fiddly.config.json`
119+
The GitHub corner comes from either the `repo` option in your `.fiddly.config.json`
120120
or from the repository url in your `package.json`.
121121
If none is present it will not be shown.
122122

@@ -132,7 +132,7 @@ You can run this by using the `lint` command
132132

133133
## Deploy
134134

135-
Fiddly also exports a command to let you deploy your new site to Github pages
135+
Fiddly also exports a command to let you deploy your new site to GitHub pages
136136

137137
You can run this by using the `deploy` command
138138

0 commit comments

Comments
 (0)