Skip to content

Commit

Permalink
[Docs] Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
wildmouse authored and ljharb committed Jan 30, 2019
1 parent c0585bb commit cbb4919
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/common-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ selectors we currently support: https://github.com/airbnb/enzyme/blob/master/doc

### Testing third party libraries

Some third party libraries are difficult or impossible to test. enzyme's scope is severly limited to what
Some third party libraries are difficult or impossible to test. enzyme's scope is severely limited to what
React exposes and provides for us. Things like "portals" are not currently testable with enzyme directly for that reason.

An example:
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/karma.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Karma is a popular test runner that can run tests in multiple browser environmen

### Configure Enzyme

Create an Enzyme setup file. This file will configure Enzyme with the appropiate React adapter. It can also be used to initialize any that you'd like available for all tests. To avoid having to import this file and Enzyme, you can re-export all Enzyme exports from this file and just import it.
Create an Enzyme setup file. This file will configure Enzyme with the appropriate React adapter. It can also be used to initialize any that you'd like available for all tests. To avoid having to import this file and Enzyme, you can re-export all Enzyme exports from this file and just import it.

```js
/* test/enzyme.js */
Expand Down

0 comments on commit cbb4919

Please sign in to comment.