Skip to content

Commit

Permalink
Fixed typo (#1288)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhsware authored and Havunen committed Feb 26, 2018
1 parent 13a8cf1 commit 1bd6c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/inferno-compat/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ class PureComponent<P, S> extends Component<P, S> {
class WrapperComponent<P, S> extends Component<P, S> {
public getChildContext() {
// tslint:disable-next-line
return this.props.contex;
return this.props.context;
}

public render(props) {
Expand Down

0 comments on commit 1bd6c46

Please sign in to comment.