You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ As we make our way through the examples you will see that new APIs are introduce
71
71
72
72
### Creating your first `JSON:API` resource
73
73
74
-
To get started, let's create a `UserResource` for our `User` model. In our user resource will expose the users's `name`, `website`, and `twitter_handle` in the response.
74
+
To get started, let's create a `UserResource` for our `User` model. In our user resource will expose the user's `name`, `website`, and `twitter_handle` in the response.
75
75
76
76
First we will create a new API resource that extends `TiMacDonald\JsonApi\JsonApiResource`.
0 commit comments