fix capital I -> i in isDocumentEdited

Uncaught Exception:
TypeError: mainWindow.IsDocumentEdited is not a function
This commit is contained in:
Simon Knight 2015-10-30 16:10:46 +10:30
parent 28fb0d0e92
commit 8cd8495df7

View file

@ -594,7 +594,7 @@ Returns the pathname of the file the window represents.
Specifies whether the windows document has been edited, and the icon in title
bar will become grey when set to `true`.
### `win.IsDocumentEdited()` _OS X_
### `win.isDocumentEdited()` _OS X_
Whether the window's document has been edited.