Skip to content

Commit 155e5e7

Browse files
authored
fix: typos (#1779)
1 parent 9054d45 commit 155e5e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

distribution/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ Now, add a review for this book using the `POST` operation for the `Review` reso
526526

527527
There are two interesting things to mention about this request:
528528

529-
First, we learned how to work with relations. In a hypermedia API, every resource is identified by an (unique) [IRI](https://en.wikipedia.org/wiki/Internationalized_Resource_Identifier).
529+
First, we learned how to work with relations. In a hypermedia API, every resource is identified by a (unique) [IRI](https://en.wikipedia.org/wiki/Internationalized_Resource_Identifier).
530530
A URL is a valid IRI, and it's what API Platform uses. The `@id` property of every JSON-LD document contains the IRI identifying
531531
it. You can use this IRI to reference this document from other documents. In the previous request, we used the IRI of the
532532
book we created earlier to link it with the `Review` we were creating. API Platform is smart enough to deal with IRIs.
@@ -761,7 +761,7 @@ Open `https://localhost/books/` in your browser:
761761
You can also choose to generate the code for a specific resource with the `--resource` argument (example:
762762
`pnpm create @api-platform/client --resource books`).
763763

764-
The generated code contains a list (including pagination), a delete button, a creation and an edition form. It also includes
764+
The generated code contains a list (including pagination), a delete button, a creation and an edit form. It also includes
765765
[Tailwind CSS](https://tailwindcss.com) classes and [ARIA roles](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA)
766766
to make the app usable by people with disabilities.
767767

0 commit comments

Comments
 (0)