m. typo
authorJames Craig <jcraig@apple.com>
Fri, 15 Mar 2013 00:51:21 -0700
changeset 95 827d350049ea
parent 94 6eb532269be5
child 96 2b948a9670a4
m. typo
src/indie-ui-context.html
--- 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');