ctrlplusb / react-tree-walker

Walk a React (or Preact) element tree, executing a "visitor" function against each element.
MIT License
345 stars 34 forks source link

Fix readme example typos #14

Closed mjadobson closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #14   +/-   ##
=======================================
  Coverage   85.91%   85.91%           
=======================================
  Files           1        1           
  Lines          71       71           
  Branches       20       20           
=======================================
  Hits           61       61           
  Misses          8        8           
  Partials        2        2

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 7b10e9f...d33f2e7. Read the comment docs.

ctrlplusb commented 6 years ago

Awesome thanks for spotting this! 👍