Skip to content

Commit

Permalink
docs: missing word in docs (#5793)
Browse files Browse the repository at this point in the history
  • Loading branch information
scadgek committed May 16, 2020
1 parent 9d2b8e0 commit a0feabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/connection-api.md
Expand Up @@ -295,7 +295,7 @@ const users = await connection.createQueryBuilder()
.getMany();
```

* `createQueryRunner` - Creates a query runner used manage and work with a single real database connection.
* `createQueryRunner` - Creates a query runner used to manage and work with a single real database connection.
Learn more about [QueryRunner](./query-runner.md).

```typescript
Expand Down

0 comments on commit a0feabc

Please sign in to comment.