fix a minor typo (#6937)

Signed-off-by: Naylepsh <naylepsh@gmail.com>
This commit is contained in:
Sebastian Kondraciuk 2020-07-16 11:22:16 +02:00 committed by GitHub
parent a86a8d54d4
commit 235e330f65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,7 @@ The whole file will look like this:
### Strapi instance
In order to test anything we need to have a strapi instance that runs in the testing eviroment,
bascially we want to get instance of strapi app as object, similar like creating an instance for [process manager](process-manager.md).
basically we want to get instance of strapi app as object, similar like creating an instance for [process manager](process-manager.md).
These tasks require adding some files - let's create a folder `tests` where all the tests will be put and inside it, next to folder `helpers` where main Strapi helper will be in file strapi.js.