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

Commit c8dbf09

Browse files
mharris717rustamwin
authored andcommitted
docs: Fix Typo (typeorm#4412)
1 parent a858de1 commit c8dbf09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/select-query-builder.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ Which will produce:
304304
SELECT ... FROM users user WHERE user.name = 'Timber'
305305
```
306306

307-
You can add `AND` into an exist `WHERE` expression:
307+
You can add `AND` into an existing `WHERE` expression:
308308

309309
```typescript
310310
createQueryBuilder("user")

0 commit comments

Comments
 (0)