piotrwitek / typesafe-actions

Typesafe utilities for "action-creators" in Redux / Flux Architecture
https://codesandbox.io/s/github/piotrwitek/typesafe-actions/tree/master/codesandbox
MIT License
2.41k stars 98 forks source link

Documentation : isOfType instead isTypeOf #127

Closed JackJackNg closed 5 years ago

JackJackNg commented 5 years ago

Description

Correct documentation: isOfType instead of isTypeOf image

Steps to Reproduce

CodeSandbox to help you reproduce issue in isolation

Please use this sandbox as an isolated environment to reproduce the bug: https://codesandbox.io/s/github/piotrwitek/typesafe-actions/tree/master/codesandbox

Expected behavior

Suggested solution(s)

Project Dependencies

Environment

piotrwitek commented 5 years ago

Thanks for the fix!