Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dualface committed Nov 22, 2013
1 parent ed6a891 commit 5703fb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## CHINESE => [README_CN.md](README_CN.md)

quick-cocos2d-x is a **quick** framework, based cocos2d-x. Make mobile games in Lua.
quick-cocos2d-x is a **quick** framework, based on cocos2d-x. Make mobile games in Lua.

**CODE LESS, PLAY MORE !**

Expand Down
2 changes: 1 addition & 1 deletion player/welcome/scripts/scenes/WelcomeScene.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function WelcomeScene:createTitle()
self:addChild(label)

local label = ui.newTTFLabel({
text = "quick-cocos2d-x is a quick framework, based cocos2d-x. Make mobile games in Lua.",
text = "quick-cocos2d-x is a quick framework, based on cocos2d-x. Make mobile games in Lua.",
color = color,
size = 18,
x = display.left + 40,
Expand Down

0 comments on commit 5703fb5

Please sign in to comment.