Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

Commit

Permalink
docs: Fix Typo (typeorm#4412)
Browse files Browse the repository at this point in the history
  • Loading branch information
mharris717 authored and rustamwin committed Jul 10, 2019
1 parent a858de1 commit c8dbf09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/select-query-builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ Which will produce:
SELECT ... FROM users user WHERE user.name = 'Timber'
```

You can add `AND` into an exist `WHERE` expression:
You can add `AND` into an existing `WHERE` expression:

```typescript
createQueryBuilder("user")
Expand Down

0 comments on commit c8dbf09

Please sign in to comment.