Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
warp3d committed May 18, 2011
1 parent 692477f commit 2c79650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/views.textile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ h3. Introduction

After you've created your first SproutCore project, you'll notice the file +main_page.js+ in your resources folder. This is the main page that your app appends to the DOM in your +main+ function. Let's start by looking at what every SproutCore project starts with as its main page:

INFO: The file +main_page.js+ is included into the application's resources folder when using <code>sc-init</code> without the <code>--template</cpde> param.
INFO: The file +main_page.js+ is included into the application's resources folder when using <code>sc-init</code> without the <code>--template</code> param.

<javascript filename="apps/app/resources/main_page.js">
App.mainPage = SC.Page.design({
Expand Down

0 comments on commit 2c79650

Please sign in to comment.