Skip to content

Commit 14ccb3e

Browse files
authored
Apply a couple of tiny grammar tweaks
1 parent 695a450 commit 14ccb3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/Knex.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Using DataLoader with Knex.js
22

33
This example demonstrates how to use **DataLoader** with SQL databases via
4-
[Knex.js][knex] library, which is a SQL query builder and a client for popular
4+
[Knex.js][knex], which is a SQL query builder and a client for popular
55
databases such as **PostgreSQL**, **MySQL**, **MariaDB** etc.
66

77
Similarly to the [SQL](./SQL.md) example, you can use "where in" clause to
@@ -36,7 +36,7 @@ Promise.all([
3636
]).then(([user, stories]) => {/* ... */});
3737
```
3838

39-
For a complete example visit [kriasoft/nodejs-api-starter][nsk]
39+
For a complete example visit [kriasoft/nodejs-api-starter][nsk].
4040

4141
[knex]: http://knexjs.org/
42-
[nsk]: https://github.com/kriasoft/nodejs-api-starter#readme
42+
[nsk]: https://github.com/kriasoft/nodejs-api-starter#readme

0 commit comments

Comments
 (0)