Merge pull request #4482 from lukeapage/patch-7
spelling fixes and americanisms
This commit is contained in:
		
				commit
				
					
						e47a815c38
					
				
			
		
					 3 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -246,7 +246,7 @@ returning `false` in the `beforeunload` event handler.
 | 
			
		|||
 | 
			
		||||
### `app.hide()` _OS X_
 | 
			
		||||
 | 
			
		||||
Hides all application windows without minimising them.
 | 
			
		||||
Hides all application windows without minimizing them.
 | 
			
		||||
 | 
			
		||||
### `app.show()` _OS X_
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -58,7 +58,7 @@ It creates a new `BrowserWindow` with native properties as set by the `options`.
 | 
			
		|||
  * `alwaysOnTop` Boolean - Whether the window should always stay on top of
 | 
			
		||||
    other windows. Default is `false`.
 | 
			
		||||
  * `fullscreen` Boolean - Whether the window should show in fullscreen. When
 | 
			
		||||
    explicity set to `false` the fullscreen button will be hidden or disabled
 | 
			
		||||
    explicitly set to `false` the fullscreen button will be hidden or disabled
 | 
			
		||||
    on OS X, or the maximize button will be disabled on Windows. Default is
 | 
			
		||||
    `false`.
 | 
			
		||||
  * `fullscreenable` Boolean - Whether the maximize/zoom button on OS X should
 | 
			
		||||
| 
						 | 
				
			
			@ -715,7 +715,7 @@ Returns the pathname of the file the window represents.
 | 
			
		|||
* `edited` Boolean
 | 
			
		||||
 | 
			
		||||
Specifies whether the window’s document has been edited, and the icon in title
 | 
			
		||||
bar will become grey when set to `true`.
 | 
			
		||||
bar will become gray when set to `true`.
 | 
			
		||||
 | 
			
		||||
### `win.isDocumentEdited()` _OS X_
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -522,7 +522,7 @@ Returns:
 | 
			
		|||
* `explicitSet` Boolean
 | 
			
		||||
 | 
			
		||||
Fired when page title is set during navigation. `explicitSet` is false when
 | 
			
		||||
title is synthesised from file url.
 | 
			
		||||
title is synthesized from file url.
 | 
			
		||||
 | 
			
		||||
### Event: 'page-favicon-updated'
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue