Skip to content

Commit 047307f

Browse files
committed
docs(contributing): Latin is hard
1 parent 7aeaa8e commit 047307f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ The primary rules followed by this library are:
8787

8888
* 4 space indentation
8989
* Double quotes (`"`) rather than single quotes (`'`)
90-
* No whitespace for type definitions (i.e. `example:string`)
90+
* No whitespace for type definitions (e.g. `example:string`)
9191
* PascalCase for class names, interfaces & **exported** constants
9292
- Interfaces prefixed with I
9393
* camelCase for local variables (`const`)

0 commit comments

Comments
 (0)