Skip to content

Commit 9ba0945

Browse files
authored
Update README.md
1 parent dba52d9 commit 9ba0945

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
@@ -109,7 +109,7 @@ can use [data](https://pub.dartlang.org/documentation/json_api/latest/json_api/R
109109
shortcut to access it directly. Like the Document, the Response is generalized by the expected Primary Data
110110
which depends of the operation. The Document and the rest of the JSON:API object model are parts of [json_api_document](https://pub.dartlang.org/packages/json_api_document)
111111
which is a separate package. Refer to that package for [complete API documentation](https://pub.dartlang.org/documentation/json_api_document/latest/).
112-
This README only present a brief overview.
112+
This README only gives a brief overview.
113113

114114
#### Successful responses
115115
Most of the times when the response is successful, you can read the [data](https://pub.dartlang.org/documentation/json_api/latest/json_api/Response/data.html)

0 commit comments

Comments
 (0)