-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates and improvements based on Alison's feedback.
- Loading branch information
1 parent
352766e
commit a88984d
Showing
7 changed files
with
116 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
= May vs. Can | ||
|
||
Do not use *may* and *can* interchangeably. | ||
They mean different things: | ||
|
||
* Use *may* to convey a possibility, or something that could or might happen. | ||
+ | ||
For example, it *may* rain tomorrow. | ||
* Use *can* to convey ability, or something that the user is able to accomplish. | ||
+ | ||
For example, a user *can* delete a database. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
= Quotation Marks | ||
|
||
Don't use quotation marks outside of inline code or code blocks. | ||
Do not use quotation marks outside of inline code or code blocks. | ||
|
||
Use other emphasis options, such as xref:bold.adoc[] or xref:monospace-highlight.adoc[]. | ||
Use other emphasis options, such as xref:bold.adoc[] or xref:monospace-highlight.adoc[]. | ||
|
||
NOTE: When you're writing JSON, you will use quotation marks everywhere. Make sure to enclose your JSON in a code block or use xref:monospace-highlight.adoc[]. |