Skip to content

Commit

Permalink
Merge branch 'gh-pages' of github.com:strongloop/expressjs.com into g…
Browse files Browse the repository at this point in the history
…h-pages
  • Loading branch information
hacksparrow committed Mar 2, 2015
2 parents 6021fd5 + 0e47b7f commit 9a7d538
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/api/en/4x/app.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h2>Application</h2>

The `app` object conventially denotes the Express application.
The `app` object conventionally denotes the Express application.
Create it by calling the top-level `express()` function exported by the Express module:

~~~js
Expand Down
2 changes: 1 addition & 1 deletion guide/database-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ books.list(function(err, body){
**Installation**

~~~sh
$ npm install level
$ npm install level levelup leveldown
~~~

**Example**
Expand Down

0 comments on commit 9a7d538

Please sign in to comment.