From e13c7013d2e4d70ad800899d3ad5d99bdbd80cef Mon Sep 17 00:00:00 2001 From: Dan Minshew Date: Wed, 23 Jan 2019 09:43:54 -0600 Subject: [PATCH] fix typo Itsy bitsy pull request. --- UPGRADING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADING.md b/UPGRADING.md index 1b0b478..b7f5817 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -2,7 +2,7 @@ ## From v3.0.0 to v4.0.0 -The update to React Automata version 4 introduces some braking changes, which also requires changes in users' code. +The update to React Automata version 4 introduces some breaking changes, which also requires changes in users' code. First step is to update React Automata dependency, and add `react-test-renderer` separately, since that was changed to a peer dependency ```sh