Skip to content

Commit af4ba41

Browse files
committed
Add a word
1 parent c400e09 commit af4ba41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ models.model('users', User);
132132

133133
### API Consumption Tips
134134

135-
This library is completely unopinionated about how you interact with your JSON:API. It merely gives you an easy way to work with the resulting JSON:API data. An example integration with `fetch` is demonstrated below:
135+
This library is completely unopinionated about how you interact with your JSON:API server. It merely gives you an easy way to work with the resulting JSON:API data. An example integration with `fetch` is demonstrated below:
136136

137137
```ts
138138
const models = new Store();

0 commit comments

Comments
 (0)