From 9cb94358b8361ced775321b0c3ff46e366819c51 Mon Sep 17 00:00:00 2001 From: Amarnath Reddy Dornala Date: Mon, 28 Aug 2017 12:29:47 -0700 Subject: [PATCH] Verbage Correction Minor verbiage correction. --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 588a1e5..e9411b7 100644 --- a/index.js +++ b/index.js @@ -4,7 +4,7 @@ var bodyParser = require('body-parser'); var methodOverride = require('method-override'); var config = require('./config.json'); -// Creat eour application. +// Create our application. var app = express(); // Add Middleware necessary for REST API's