Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

fixed typo and grammatical errors in testing doc #209

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/testing/started.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
### Testing

Testing is the most important part of any project with considerably
size and yet of one of the most ignored steps.
Testing is the most important part of any project with considerable
size and yet one of the most ignored steps.

Vibora has a builtin and fully featured async HTTP client and
Vibora has a built-in and fully featured async HTTP client and
a simple test framework to make it easier for you as in the example bellow:

```py
Expand Down