We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aeaa8e commit 047307fCopy full SHA for 047307f
CONTRIBUTING.md
@@ -87,7 +87,7 @@ The primary rules followed by this library are:
87
88
* 4 space indentation
89
* Double quotes (`"`) rather than single quotes (`'`)
90
-* No whitespace for type definitions (i.e. `example:string`)
+* No whitespace for type definitions (e.g. `example:string`)
91
* PascalCase for class names, interfaces & **exported** constants
92
- Interfaces prefixed with I
93
* camelCase for local variables (`const`)
0 commit comments