Skip to content

Commit 529983b

Browse files
Update README.md
1 parent 7fe229d commit 529983b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ easily as it is using Markdown. That
44
really fits for digital content writers,
55
even for non-code.
66

7-
When I'm doing a content that is like
7+
When I'm doing content that is like
88
a tutorial, I have my personal
99
workflow, so that I am always efficient.
1010

11-
The very first rule is that, everything
11+
The very first rule is that everything
1212
should be online, even the drafts of
1313
my content, so that I can access that
1414
everywhere. The only downside is that,
@@ -28,7 +28,7 @@ you want your content as a plaintext
2828
format and let it be rendered for
2929
different versions and platforms.
3030
Plus, when you put your content in
31-
GitHub, it is really an efficient
31+
GitHub, it is really efficient
3232
tracking the version of your file
3333
particularly when others
3434
are collaborating with your work.
@@ -70,7 +70,7 @@ I need to proofread, for spelling
7070
and grammar and the structure of the
7171
content itself. I found it out that
7272
the simplest way of doing this
73-
is to use Google Docs. I will be
73+
is to use Google Docs. I will
7474
copy and paste the rendered content
7575
in Google Docs. Don't get me wrong,
7676
I am not using this for the content,
@@ -97,13 +97,13 @@ because the `main` branch is
9797
always deployable. Even if I'm
9898
developing alone, this is very
9999
important. Then, I'll push the changes
100-
in `main` function when it's
100+
in the `main` function when it's
101101
ready.
102102

103103
So, there you have it. To summarize:
104104

105105
1. Create a private repo. Consider it
106-
as a draft. And then, final step
106+
as a draft. And then, the final step
107107
is to proofread using Google Docs
108108
for spelling and grammar.
109109

0 commit comments

Comments
 (0)