@@ -40,7 +40,7 @@ add an advertisement and donation button to enable
4040financial support.
4141
4242Remember, when you are creating a digital content,
43- it's better to use plaintext file. Markdown is the
43+ it's better to use a plaintext file. Markdown is the
4444best format, as it can simply be turned into
4545HTML. And as we know, when it's HTML format, that's
4646the very consumption of web browsers, isn't it?
@@ -52,12 +52,12 @@ right-click the page and click `Print`
5252you now have the PDF version of your content.
5353Also, say, you are creating content for another
5454website, you can simply embed the page and
55- you're job is done. You have the repo as the
55+ your job is done. You have the repo as the
5656active site for its development, maybe, others
5757will collaborate too, and then the GitHub Page
5858as the output. If ever you need a Google Docs
5959or Microsoft Word
60- versions of this, simply copy the rendered
60+ version of this, simply copy the rendered
6161markdown file of GitHub and paste it
6262on Google Docs or Microsoft Word, the format
6363will still be correct.
@@ -76,7 +76,7 @@ so mine is `xdvrx1.github.io`.
7676My site will be automatically created.
7777However, you may skip initializing your root directory.
7878
79- A default document will be displayed when a visitor requested
79+ A default document will be displayed when a visitor requests
8080the site's URL. This is the ` index.htm ` file (or ` index.html `
8181to make sure other platforms will read it correctly)
8282unless you change this manually for the server to give
0 commit comments