Fixes several typos. (#22998)

This commit is contained in:
Santino Valenzuela
2018-11-11 21:23:27 -05:00
committed by Aditya
parent eaca7dbcd7
commit ad5062d3ea

View File

@ -46,15 +46,15 @@ When he returns the blue garment for a replacement in black
Then I should have three blue garments in stock
And two black garments in stock.
```
Along with it are some Benefites:
Along with it are some Benefits:
1. All development work can be traced back directly to business objectives.
2. Software development meets user need. Satisfied users = good business.
3. Efficient prioritisation - business-critical features are delivered first.
3. Efficient prioritization - business-critical features are delivered first.
4. All parties have a shared understanding of the project and can be involved in the communication.
5. A shared language ensures everyone (technical or not) has thorough visibility into the projects progression.
6. Resulting software design that matches existing and supports upcoming business needs.
7. Improved quality code reducing costs of maintenance and minimising project risk.
7. Improved quality code reducing costs of maintenance and minimizing project risk.
## More Information
* Wiki on <a href='https://en.wikipedia.org/wiki/Behavior-driven_development' target='_blank' rel='nofollow'>BDD</a>