Mention enabling/disabling
authorKevin Sawicki <kevinsawicki@gmail.com>
Tue, 7 Jun 2016 20:59:30 +0000 (13:59 -0700)
committerKevin Sawicki <kevinsawicki@gmail.com>
Tue, 7 Jun 2016 20:59:30 +0000 (13:59 -0700)
docs/api/browser-window.md

index b89daa877f6451ae34fa99be1a1e963aadd50c8f..e20d17b8e772cefe6b1f2627bd4581804f522240 100644 (file)
@@ -175,12 +175,13 @@ The `webPreferences` option is an object that can have following properties:
 * `scrollBounce` Boolean - Enables scroll bounce (rubber banding) effect on
   OS X. Default is `false`.
 * `blinkFeatures` String - A list of feature strings separated by `,`, like
-  `CSSVariables,KeyboardEventKey`. The full list of supported feature strings
-  can be found in the [RuntimeEnabledFeatures.in][blink-feature-string] file.
-* `disableBlinkFeatures` String - A list of feature strings separated by `,`,
-  like `CSSVariables,KeyboardEventKey`. The full list of supported feature
+  `CSSVariables,KeyboardEventKey` to enable. The full list of supported feature
   strings can be found in the [RuntimeEnabledFeatures.in][blink-feature-string]
   file.
+* `disableBlinkFeatures` String - A list of feature strings separated by `,`,
+  like `CSSVariables,KeyboardEventKey` to disable. The full list of supported
+  feature strings can be found in the
+  [RuntimeEnabledFeatures.in][blink-feature-string] file.
 * `defaultFontFamily` Object - Sets the default font for the font-family.
   * `standard` String - Defaults to `Times New Roman`.
   * `serif` String - Defaults to `Times New Roman`.