Skip to content

Commit

Permalink
docs: missing word in docs (typeorm#5793)
Browse files Browse the repository at this point in the history
  • Loading branch information
scadgek authored and Svetlozar committed Jan 12, 2021
1 parent 49f7ffd commit cd580d6
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 cd580d6

Please sign in to comment.