Skip to content

Commit c5fef3f

Browse files
authored
Merge pull request #2028 from PrestaEdit/patch-66
Fix typo in contribute-to-core-api.md
2 parents c4a85a4 + 9ee99a1 commit c5fef3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin-api/contribute-to-core-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ This API returns a paginated list which base format is consistent with all other
595595
To run the tests locally you can clone the module repository, and you can run the tests from its root folder
596596

597597
{{% notice note %}}
598-
The following step sets-up an environment to run the tests, it needs a working database to install al the default fixtures, and of course persist the data that will be read/written by the API.
598+
The following step sets-up an environment to run the tests, it needs a working database to install all the default fixtures, and of course persist the data that will be read/written by the API.
599599
Keep in mind that the default fixtures are inserted in the database (like for our other integration tests), so you already have a few products, categories and so on inside it.
600600
{{% /notice %}}
601601

0 commit comments

Comments
 (0)