Skip to content

Commit cf0ccc8

Browse files
authored
fix: typo in distribution/index.md (#1661)
1 parent 7f48f50 commit cf0ccc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribution/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ Click on an operation to display its details. You can also send requests to the
216216
Try to create a new *Greeting* resource using the `POST` operation, then access it using the `GET` operation and, finally,
217217
delete it by executing the `DELETE` operation.
218218
If you access any API URL with the `.html` extension appended, API Platform displays
219-
the corresponding API request in the UI. Try it yourself by browsing to `https://localhost/greetings.html`. If the no extension is present, API Platform will use the `Accept` header to select the format to use. By default, a JSON-LD response is sent ([configurable behavior](../core/content-negotiation.md)).
219+
the corresponding API request in the UI. Try it yourself by browsing to `https://localhost/greetings.html`. If no extension is present, API Platform will use the `Accept` header to select the format to use. By default, a JSON-LD response is sent ([configurable behavior](../core/content-negotiation.md)).
220220

221221
So, if you want to access the raw data, you have two alternatives:
222222

0 commit comments

Comments
 (0)