Update article.md
Fixed typo
This commit is contained in:
parent
7000ede297
commit
1bbb11cb4b
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ So, the development is *iterative*. We write the spec, implement it, make sure t
|
|||
|
||||
Let's see this development flow in our practical case.
|
||||
|
||||
The first step is already complete: we have an initial spec for `pow`. Now, before making the implementation, let's use few JavaScript libraries to run the tests, just to see that they are working (they will all fail).
|
||||
The first step is already complete: we have an initial spec for `pow`. Now, before making the implementation, let's use a few JavaScript libraries to run the tests, just to see that they are working (they will all fail).
|
||||
|
||||
## The spec in action
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue