diff --git a/docs/api/globalconfig.html b/docs/api/globalconfig.html
index bcae5518..736ed550 100755
--- a/docs/api/globalconfig.html
+++ b/docs/api/globalconfig.html
@@ -70,7 +70,7 @@ $(document).bind("mobileinit", function(){
- ns (string, default: ""):
- - The namespaced used in data- attributes, for example, data-role. Can be set to anything, including a blank string which is the default. When using, it's clearest if you include a trailing dash, such as "mynamespace-" which maps to
data-mynamespace-foo="...".
+ - The namespace used in data- attributes, for example, data-role. Can be set to anything, including a blank string which is the default. When using, it's clearest if you include a trailing dash, such as "mynamespace-" which maps to
data-mynamespace-foo="...".
- subPageUrlKey (string, default: "ui-page"):
- The url parameter used for referencing widget-generated sub-pages (such as those generated by nested listviews). Translates to to example.html&ui-page=subpageIdentifier. The hash segment before &ui-page= is used by the framework for making an Ajax request to the URL where the sub-page exists.