Skip to content

Commit

Permalink
Fix expressions of JavaScript
Browse files Browse the repository at this point in the history
  • Loading branch information
okuryu committed Nov 24, 2014
1 parent 0be3993 commit 3420b7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conf/docs/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"projectName": "YUIDoc - Javascript Documentation Tool",
"projectName": "YUIDoc - JavaScript Documentation Tool",
"version": "0.4.0",
"yuiSeedUrl": "http://yui.yahooapis.com/3.5.1/build/yui/yui.js"
}
2 changes: 1 addition & 1 deletion docs/args/index.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ project:
```
{
"name": "YUIDoc",
"description": "YUIDoc documentation tool written in Javascript",
"description": "YUIDoc documentation tool written in JavaScript",
"version": "0.2.38",
"url": "http://yuilibrary.com/projects/yuidoc",
"logo": "http://yuilibrary.com/img/yui-logo.png",
Expand Down
2 changes: 1 addition & 1 deletion lib/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -1568,7 +1568,7 @@ YUI.add('doc-builder', function (Y) {
});
},
/**
* Render the API meta and return the Javascript
* Render the API meta and return the JavaScript
* @method renderAPIMeta
* @param {Callback} cb The callback
* @async
Expand Down

0 comments on commit 3420b7b

Please sign in to comment.