Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d2b6757

Browse files
mattleffkoskimas
authored andcommitted
Improve grammar and fix typo
1 parent 99e9f06 commit d2b6757

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ What objection.js **doesn't** give you:
4545
to you. knex has a great [migration tool](http://knexjs.org/#Migrations) that we recommend for this job. Check
4646
out the [example project](https://github.com/Vincit/objection.js/tree/master/examples/express-es6).
4747

48-
Objection.js uses Promises and coding practices that make it ready for the future. We use Well known
49-
[OOP](https://en.wikipedia.org/wiki/Object-oriented_programming) techniques and ES2015 classes and inheritance
48+
Objection.js uses Promises and coding practices that make it ready for the future. We use well known
49+
[OOP](https://en.wikipedia.org/wiki/Object-oriented_programming) techniques, ES2015 classes, and inheritance
5050
in the codebase. You can use things like [async/await](http://jakearchibald.com/2014/es7-async-functions/)
5151
using node ">=7.6.0" or alternatively with a transpiler such as [Babel](https://babeljs.io/). Check out our [ES2015](https://github.com/Vincit/objection.js/tree/master/examples/express-es6)
5252
and [ESNext](https://github.com/Vincit/objection.js/tree/master/examples/express-es7) example projects.

0 commit comments

Comments
 (0)