We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61416b5 + 2709331 commit d2a8e94Copy full SHA for d2a8e94
adminforth/documentation/docs/tutorial/03-Customization/11-dataApi.md
@@ -125,7 +125,7 @@ const users = await admin.resource('adminuser').list(
125
126
## Using a raw SQL in queries.
127
128
-Rarely you might want to add ciondition for some exotic SQL but still want to keep the rest of API.
+Rarely you might want to add condition for some exotic SQL but still want to keep the rest of API.
129
Technically it happened that AdminForth allows you to do this also
130
131
```js
0 commit comments