Skip to content

Commit

Permalink
Merge pull request electron#5576 from electron/title-tweaks
Browse files Browse the repository at this point in the history
Tweak doc headings
  • Loading branch information
zcbenz committed May 18, 2016
2 parents c7f5210 + 866260a commit 27da0f3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/api/chrome-command-line-switches.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Supported Chrome command line switches
# Supported Chrome Command Line Switches

> Command line switches supported by Electron.
Expand Down
2 changes: 1 addition & 1 deletion docs/api/environment-variables.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Environment variables
# Environment Variables

> Control application configuration and behavior without changing code.
Expand Down
2 changes: 1 addition & 1 deletion docs/api/web-view-tag.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The `<webview>` tag
# `<webview>` Tag

> Display external web content in an isolated frame and process.
Expand Down
2 changes: 1 addition & 1 deletion docs/api/window-open.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The `window.open` function
# `window.open` Function

> Open a new window and load a URL.
Expand Down
2 changes: 1 addition & 1 deletion docs/development/debug-instructions-windows.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Debugging Electron in Windows
# Debugging on Windows

If you experience crashes or issues in Electron that you believe are not caused
by your JavaScript application, but instead by Electron itself, debugging can
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/testing-on-headless-ci.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Testing Electron with headless CI Systems (Travis CI, Jenkins)
# Testing on Headless CI Systems (Travis CI, Jenkins)

Being based on Chromium, Electron requires a display driver to function.
If Chromium can't find a display driver, Electron will simply fail to launch -
Expand Down

0 comments on commit 27da0f3

Please sign in to comment.