(docs) update README.md - #121
Conversation
vladdoster
commented
Jan 21, 2021
- fix grammar
- fix spelling
- increase readability for a non-native speaker (me)
- fix grammar - fix spelling - increase readability for a non-native speaker (me)
|
|
||
| If you want to know about the available actions you can take with your new | ||
| CLI you can always the `--help` command. | ||
| If you want to know about the available actions, you can take with your new |
There was a problem hiding this comment.
I think this comma should not be added.
There was a problem hiding this comment.
It is an introductory clause warranting a comma.
https://owl.purdue.edu/owl/general_writing/punctuation/commas/commas_after_introductions.html
There was a problem hiding this comment.
The problem is that "you can take with your new CLI" is not an independent clause. The "with" is meaningless without the first part, because the noun phrase is actually "the available actions you can take with your new CLI" with "actions" being the object of the preposition "about" in the conditional clause "If you want to know about...".
It's really the whole thing up to "CLI" that is the introductory clause; the independent clause is "you can always use the --help command".
There was a problem hiding this comment.
@jrduncans Ah okay, that makes sense. I appreciate the thorough explanation. I am reverting this change.