Skip to content

Commit 82884df

Browse files
committed
Added a final example
1 parent a4b18ac commit 82884df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

STYLEGUIDE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ For general software-industry styles and terminology, see the [Microsoft Writing
112112

113113
* Endpoint names should be capitalized when used in-text: Discovery endpoint, Authorization endpoint, Token endpoint.
114114
* Endpoints with names longer than one or two words should also be capitalized with the exception of prepositions and articles (i.e. with, to, the, a, an) such as Update a Hook endpoint.
115-
* Endpoint names denoted as a path should not be capitalized but should be in monospace font: `/authorize,` `/post_user_import`
115+
* Endpoint names denoted as a path should not be capitalized but should be in monospace font: `/authorize,` `/post_user_import,` `/clients.`
116116

117117
| **Incorrect** | **Correct** |
118118
| --- | --- |

0 commit comments

Comments
 (0)