m. typo
--- a/src/indie-ui-context.html Fri Mar 15 00:47:36 2013 -0700
+++ b/src/indie-ui-context.html Fri Mar 15 00:51:21 2013 -0700
@@ -118,7 +118,7 @@
<pre class="example" data-transform="syntaxJavaScript">
// example of a preference defined within the IndieUI User Context specification.
window.settings.valueForKey('fontSize'); // e.g. '16px'
- window.settings.valueForKey('susbtitle'); // e.g. returns true if the user wants to see subtitles or captions by default
+ window.settings.valueForKey('subtitle'); // e.g. returns true if the user wants to see subtitles or captions by default
// example of an vendor-proposed preference, intended for standardization.
window.settings.valueForKey('foo', 'moz');