diff --git a/docs/api/modernization/overview.md b/docs/api/modernization/overview.md index 88498369ab..ad2df400b1 100644 --- a/docs/api/modernization/overview.md +++ b/docs/api/modernization/overview.md @@ -1,6 +1,6 @@ ## Modernization -The Electron team is currently undergoing an initiative to modernize our API in a few concrete ways. These include: updating our modules to use idiomatic JS properties instead of separate `getPropertyX` and `setpropertyX`, converting callbacks to promises, and removing some other anti-patterns present in our APIs. The current status of the Promise initiative can be tracked in the [promisification](promisification.md) tracking file. +The Electron team is currently undergoing an initiative to modernize our API in a few concrete ways. These include: updating our modules to use idiomatic JS properties instead of separate `getPropertyX` and `setPropertyX`, converting callbacks to promises, and removing some other anti-patterns present in our APIs. The current status of the Promise initiative can be tracked in the [promisification](promisification.md) tracking file. As we work to perform these updates, we seek to create the least disruptive amount of change at any given time, so as many changes as possible will be introduced in a backward compatible manner and deprecated after enough time has passed to give users a chance to upgrade their API calls. diff --git a/docs/api/modernization/property-updates.md b/docs/api/modernization/property-updates.md index cb542cc7c6..cf3c7c1c35 100644 --- a/docs/api/modernization/property-updates.md +++ b/docs/api/modernization/property-updates.md @@ -27,7 +27,7 @@ The Electron team is currently undergoing an initiative to convert separate gett * `DownloadItem` class * `savePath` * `BrowserWindow` module - * `autohideMenuBar` + * `autoHideMenuBar` * `resizable` * `maximizable` * `minimizable` diff --git a/docs/api/session.md b/docs/api/session.md index b1a3ead845..0feafe7343 100644 --- a/docs/api/session.md +++ b/docs/api/session.md @@ -765,7 +765,7 @@ The following properties are available on instances of `Session`: #### `ses.availableSpellCheckerLanguages` _Readonly_ A `String[]` array which consists of all the known available spell checker languages. Providing a language -code to the `setSpellCheckerLanaguages` API that isn't in this array will result in an error. +code to the `setSpellCheckerLanguages` API that isn't in this array will result in an error. #### `ses.cookies` _Readonly_ diff --git a/docs/api/web-contents.md b/docs/api/web-contents.md index 842182e3db..c64a1dcf69 100644 --- a/docs/api/web-contents.md +++ b/docs/api/web-contents.md @@ -219,7 +219,7 @@ Returns: * `frameProcessId` Integer * `frameRoutingId` Integer -Emitted when any frame (including main) starts navigating. `isInplace` will be +Emitted when any frame (including main) starts navigating. `isInPlace` will be `true` for in-page navigations. #### Event: 'will-redirect' diff --git a/docs/development/azure-vm-setup.md b/docs/development/azure-vm-setup.md index d7ce7225e0..c69aa5a064 100644 --- a/docs/development/azure-vm-setup.md +++ b/docs/development/azure-vm-setup.md @@ -49,7 +49,7 @@ Example Use Case: * Master VHD URI - use URI obtained @ end of previous step * Location use `East US` -6. Log back into Azure and find the VM you just created in Homee < Virtual Machines < `$YOUR_NEW_VM` +6. Log back into Azure and find the VM you just created in Home < Virtual Machines < `$YOUR_NEW_VM` * You can download a RDP (Remote Desktop) file to access the VM. 7. Using Microsoft Remote Desktop, click `Connect` to connect to the VM. diff --git a/docs/development/source-code-directory-structure.md b/docs/development/source-code-directory-structure.md index 877081f0bb..f73f31312d 100644 --- a/docs/development/source-code-directory-structure.md +++ b/docs/development/source-code-directory-structure.md @@ -36,7 +36,7 @@ Electron | | ├── api/ - API implementation for renderer process modules. | | ├── extension/ - Code related to use of Chrome Extensions | | | in Electron's renderer process. -| | ├── remote/ - Logic that handes use of the remote module in +| | ├── remote/ - Logic that handles use of the remote module in | | | the main process. | | └── web-view/ - Logic that handles the use of webviews in the | | renderer process. diff --git a/docs/tutorial/electron-timelines.md b/docs/tutorial/electron-timelines.md index 2dbfaa7938..c40f975b9f 100644 --- a/docs/tutorial/electron-timelines.md +++ b/docs/tutorial/electron-timelines.md @@ -4,7 +4,7 @@ * We strive for weekly beta releases, however we often release more betas than scheduled. * All dates are our goals but there may be reasons for adjusting the stable deadline, such as security bugs. * Take a look at the [5.0.0 Timeline blog post](https://electronjs.org/blog/electron-5-0-timeline) for info about publicizing our release dates. -* Since Electron 6.0, we've been targetting every other Chromium version and releasing our stable on the same day as Chrome stable. You can reference Chromium's release schedule [here](https://chromiumdash.appspot.com/schedule). See [Electron's new release cadence blog post](https://www.electronjs.org/blog/12-week-cadence) for more details on our release schedule. +* Since Electron 6.0, we've been targeting every other Chromium version and releasing our stable on the same day as Chrome stable. You can reference Chromium's release schedule [here](https://chromiumdash.appspot.com/schedule). See [Electron's new release cadence blog post](https://www.electronjs.org/blog/12-week-cadence) for more details on our release schedule. | Version | -beta.1 | Stable | Chrome | Node | | ------- | ------- | ------ | ------ | ---- |