Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enzyme-react-adapter-16 typo in docs #1209

Closed
joshmorel opened this issue Oct 2, 2017 · 2 comments
Closed

enzyme-react-adapter-16 typo in docs #1209

joshmorel opened this issue Oct 2, 2017 · 2 comments

Comments

@joshmorel
Copy link

joshmorel commented Oct 2, 2017

http://airbnb.io/enzyme/docs/installation/index.html#working-with-react-16

npm i --save-dev enzyme enzyme-react-adapter-16

Should be:

npm i --save-dev enzyme enzyme-adapter-react-16

It seems this is fixed in master, just not in the production docs site linked above. See: https://github.com/airbnb/enzyme/blob/master/docs/installation/react-16.md

@ljharb
Copy link
Member

ljharb commented Oct 2, 2017

Fixed in #1142.

@ljharb ljharb closed this as completed Oct 2, 2017
@ljharb
Copy link
Member

ljharb commented Oct 2, 2017

The docs site only gets updated upon release, so it will be fixed the next time we publish.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants