Skip to content

Commit 2709331

Browse files
committed
fix: correct typo in Data API documentation
1 parent 61416b5 commit 2709331

File tree

1 file changed

+1
-1
lines changed
  • adminforth/documentation/docs/tutorial/03-Customization

1 file changed

+1
-1
lines changed

adminforth/documentation/docs/tutorial/03-Customization/11-dataApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ const users = await admin.resource('adminuser').list(
125125

126126
## Using a raw SQL in queries.
127127

128-
Rarely you might want to add ciondition for some exotic SQL but still want to keep the rest of API.
128+
Rarely you might want to add condition for some exotic SQL but still want to keep the rest of API.
129129
Technically it happened that AdminForth allows you to do this also
130130

131131
```js

0 commit comments

Comments
 (0)