wrap cases in backticks

This commit is contained in:
Zeke Sikelianos 2016-04-07 09:49:55 -07:00
parent 4d8d4d5f2a
commit 348a0e958b

View file

@ -43,9 +43,9 @@ etc.
Electron APIs uses the same capitalization scheme as Node.js:
- When the module itself is a class like `BrowserWindow`, use CamelCase.
- When the module is a set of APIs, like `globalShortcut`, use mixedCase.
- When the API is a property of object, and it is complex enough to be in a separate chapter like `win.webContents`, use mixedCase.
- When the module itself is a class like `BrowserWindow`, use `CamelCase`.
- When the module is a set of APIs, like `globalShortcut`, use `mixedCase`.
- When the API is a property of object, and it is complex enough to be in a separate chapter like `win.webContents`, use `mixedCase`.
- For other non-module APIs, use natural titles, like `<webview> Tag` or `Process Object`.
When creating a new API, it is preferred to use getters and setters instead of