From 1bd6c4661f2ef030b543ec122b5fb4d69a911b30 Mon Sep 17 00:00:00 2001 From: jhsware Date: Mon, 26 Feb 2018 11:25:16 +0100 Subject: [PATCH] Fixed typo (#1288) --- packages/inferno-compat/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/inferno-compat/src/index.ts b/packages/inferno-compat/src/index.ts index 9c52ea544..9bf6f973c 100644 --- a/packages/inferno-compat/src/index.ts +++ b/packages/inferno-compat/src/index.ts @@ -279,7 +279,7 @@ class PureComponent extends Component { class WrapperComponent extends Component { public getChildContext() { // tslint:disable-next-line - return this.props.contex; + return this.props.context; } public render(props) {