Skip to content

Commit 8d45558

Browse files
authored
docs: Spelling (#208)
The **kings** of thing this extension handles -> The **kinds** of things this extension handles
1 parent 5884165 commit 8d45558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/topics/what-is-ash-json-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
AshJsonApi allows you to expose your resource actions over a (JSON:API)[https://jsonapi.org]. This API supports all of the features of JSON:API and Ash, like sorting, filtering, pagination, and side loading.
44

5-
The kings of thing this extension handles:
5+
The kinds of thing this extension handles:
66

77
1. Route Creation: AshJsonApi defines routes and actions in your app based on resource configurations
88
2. Deserialization: When an incoming HTTP request hits a AshJsonApi defined route/action, AshJsonApi will parse it from `/api/users?filter[admin]=true` into a call to ash

0 commit comments

Comments
 (0)