Skip to content

Commit

Permalink
Fix two spelling errors.
Browse files Browse the repository at this point in the history
Change both instances of 'developmment' -> 'development'
  • Loading branch information
equinox committed May 9, 2015
1 parent 640cfbb commit c18344b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/LiveDevelopment/LiveDevMultiBrowser.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ define(function (require, exports, module) {
* - index.html
* - index.htm
*
* If the project is configured with a custom base url for live developmment, then
* If the project is configured with a custom base url for live development, then
* the list of possible index files is extended to contain these index files too:
* - index.php
* - index.php3
Expand Down
2 changes: 1 addition & 1 deletion src/LiveDevelopment/LiveDevelopment.js
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ define(function LiveDevelopment(require, exports, module) {
* - index.html
* - index.htm
*
* If the project is configured with a custom base url for live developmment, then
* If the project is configured with a custom base url for live development, then
* the list of possible index files is extended to contain these index files too:
* - index.php
* - index.php3
Expand Down

0 comments on commit c18344b

Please sign in to comment.