This commit is contained in:
Rand McKinney
2015-02-27 09:34:10 -08:00
parent 127271bdd1
commit 6000fc56ef

View File

@@ -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