Update article.md

wrong dictation of 'implementation' in The Development Flow section
This commit is contained in:
Mohammad Amin Taheri 2019-09-28 15:21:16 +03:30 committed by GitHub
parent f44cba85ec
commit 9e7580006f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 implementaton, 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 few JavaScript libraries to run the tests, just to see that they are working (they will all fail).
## The spec in action