Skip to content

Commit cfc0ed1

Browse files
authored
fix: replace "informations" with "information" (#1698)
1 parent 55c4aa1 commit cfc0ed1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/subresources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class Question
9898
[/codeSelector]
9999

100100
Now to create a new way of retrieving an Answer we will declare another resource on the `Answer` class.
101-
To make things work, API Platform needs informations about how to retrieve the `Answer` belonging to
101+
To make things work, API Platform needs information about how to retrieve the `Answer` belonging to
102102
the `Question`, this is done by configuring the `uriVariables`:
103103

104104
[codeSelector]

distribution/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ You may also be interested in these alternative testing tools (not included in t
262262

263263
* [Foundry](https://github.com/zenstruck/foundry), a modern fixtures library that will replace Alice as the recommended fixtures library soon;
264264
* [Hoppscotch](https://docs.hoppscotch.io/features/tests), create functional test for your API
265-
Platform project using a nice UI, benefit from its Swagger integration and run tests in the CI using [the CLI tool](https://docs.hoppscotch.io/cli);
265+
Platform project using a nice UI, benefit from its Swagger integration and run tests in the CI using [the command-line tool](https://docs.hoppscotch.io/cli);
266266
* [Behat](http://behat.org), a
267267
[behavior-driven development (BDD)](https://en.wikipedia.org/wiki/Behavior-driven_development) framework to write the API
268268
specification as user stories and in natural language then execute these scenarios against the application to validate

0 commit comments

Comments
 (0)