diff --git a/examples/quickstartguide/mojits/Read/controller.common.js b/examples/quickstartguide/mojits/Read/controller.common.js index 2133d2fe9..313b6a555 100644 --- a/examples/quickstartguide/mojits/Read/controller.common.js +++ b/examples/quickstartguide/mojits/Read/controller.common.js @@ -7,8 +7,8 @@ /** Controller for Mojio -After an application has been configured to use a mojit, the mojit controller can either do all of the work or -delegate the work to models and/or views. In the typical case, the mojit controller requests the model to +After an application has been configured to use a mojit, the mojit controller can either do all of the work or +delegate the work to models and/or views. In the typical case, the mojit controller requests the model to retrieve data and then the controller serves that data to the views. For more info, visit: http://developer.yahoo.com/cocktails/mojito/docs/intro/mojito_mvc.html#controllers **/ @@ -20,7 +20,7 @@ For more info, visit: http://developer.yahoo.com/cocktails/mojito/docs/intro/moj Displays guide content in a horizontally flickable scrollview. @class ReadController **/ -YUI.add('read', function(Y, NAME) { +YUI.add('Read', function(Y, NAME) { 'use strict'; var LIB_MD;// Markdown library diff --git a/examples/quickstartguide/mojits/Read/lang/Read_en-US.js b/examples/quickstartguide/mojits/Read/lang/Read_en-US.js index 9c3616e89..a1760c25d 100644 --- a/examples/quickstartguide/mojits/Read/lang/Read_en-US.js +++ b/examples/quickstartguide/mojits/Read/lang/Read_en-US.js @@ -12,7 +12,7 @@ Visit http://developer.yahoo.com/cocktails/mojito/docs/code_exs/i18n_apps.html f YUI.add("lang/Read_en-US", function (Y, NAME) { 'use strict'; Y.Intl.add( - "read", // associated mojit + "Read", // associated mojit "en-US", // BCP 47 language tag // key-value pairs for this module and language {