TNG / JGiven

Behavior-Driven Development in plain Java
http://jgiven.org
Apache License 2.0
439 stars 98 forks source link

Typo in docs, section 'Getting started' #183

Closed leoarnold closed 8 years ago

leoarnold commented 8 years ago

The examples on the 'Getting started' page

http://jgiven.org/docs/gettingstarted/

use GivenSomeState (StaTe) in the first and GivenSomeStage (StaGe) in all others. Then again it's

public GivenSomeStage some_state()

For consistency I suggest

sed -i 's/GivenSomeStage/GivenSomeState/g'
janschaefer commented 8 years ago

thanks for reporting!