1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 05:27:59 +01:00

Fix some typos in configbase documentation.

This commit is contained in:
Doug Kearns
2009-06-02 21:17:12 +10:00
parent 09d8af9044
commit 7cb53db7da

View File

@@ -38,7 +38,7 @@ const configbase = { //{{{
/** /**
* @property {object} Application specific defaults for option values. The * @property {object} Application specific defaults for option values. The
* property names must be the options' cannonical names, and the values * property names must be the options' canonical names, and the values
* must be strings as entered via :set. * must be strings as entered via :set.
*/ */
defaults: { guioptions: "rb" }, defaults: { guioptions: "rb" },
@@ -57,7 +57,7 @@ const configbase = { //{{{
/** /**
* @property {string[]} A list of features available in this * @property {string[]} A list of features available in this
* application. Used extensively in feature test macros. Use * application. Used extensively in feature test macros. Use
* liberator.has(feature) to check for a feature's presense * liberator.has(feature) to check for a feature's presence
* in this array. * in this array.
*/ */
features: [], features: [],
@@ -74,7 +74,7 @@ const configbase = { //{{{
/** /**
* @property {[string]} A list of HTML help files available under * @property {[string]} A list of HTML help files available under
* chrome://liberator/locale/. Used to generate help tag indeces for * chrome://liberator/locale/. Used to generate help tag indexes for
* the :help command. * the :help command.
*/ */
helpFiles: [], helpFiles: [],