jfairbank / redux-saga-test-plan

Test Redux Saga with an easy plan.
http://redux-saga-test-plan.jeremyfairbank.com
MIT License
1.25k stars 127 forks source link

Fix a mistake in the documentation #331

Closed bouvens closed 4 years ago

bouvens commented 4 years ago

It's just a small fix in code sample related to the wrong name of the passed argument. In the code above, we see userSaga function.

codecov-io commented 4 years ago

Codecov Report

Merging #331 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #331   +/-   ##
=======================================
  Coverage   99.59%   99.59%           
=======================================
  Files          22       22           
  Lines         748      748           
  Branches      154      154           
=======================================
  Hits          745      745           
  Misses          3        3

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7923b40...80ce9fe. Read the comment docs.

jp928 commented 4 years ago

@bouvens Thanks for your PR. Confirmed.