From 15778fe46756b005b0f89c1bd18772222d91deff Mon Sep 17 00:00:00 2001 From: Eddie Hong Date: Fri, 6 Sep 2019 09:59:47 -0700 Subject: [PATCH] Fix typo in installation.md (#1498) --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index d2d297f..fff1895 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -10,7 +10,7 @@ $ npm install react-table@next $ yarn add react-table@next ``` -> NOTE: `@next` is only required tempororarily while work on the alpha and beta versions are still shifting. +> NOTE: `@next` is only required temporarily while work on the alpha and beta versions are still shifting. To import React Table: