Skip to content

Commit

Permalink
Added rule on colons (#309)
Browse files Browse the repository at this point in the history
* Added rule on colons
  • Loading branch information
dariavladykina authored Jan 16, 2025
1 parent e7e2cfc commit 4a6684c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions xml/docu_styleguide.language.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,16 @@
</para>
</section>
</section>
<section xml:id="sec-colons">
<title>Colons</title>
<para>
Capitalize the first word after a colon only if it is a proper noun
or the start of a complete sentence. For example: <quote>Error
message: The system could not connect to the server.</quote>
But: <quote>Server roles: file server, Web server and database
server.</quote>
</para>
</section>
<section xml:id="sec-comma">
<title>Commas</title>
<para>
Expand Down

0 comments on commit 4a6684c

Please sign in to comment.