redux-saga / redux-saga-beginner-tutorial

Redux/Redux-saga beginner tutorial
MIT License
587 stars 544 forks source link

Inconsistency with the beginner tutorial #53

Open Vgurnani opened 6 years ago

Vgurnani commented 6 years ago

At Beginner Tutorial, In the initial setup section It is written that

If things go well, you should see 2 buttons Increment and Decrement along with a message below showing Counter: 0

but in the project it is "Clicked: 0 times" instead of "Counter: 0".

Not a big thing but yeah inconsistent with the tutorial.