From b7a96e906a3a0c1cc1a8d8cf85264060836c5cb5 Mon Sep 17 00:00:00 2001 From: Francois Date: Wed, 16 Oct 2019 09:31:55 +0200 Subject: [PATCH] Typo --- Migrate-to-9.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Migrate-to-9.md b/Migrate-to-9.md index 041e8f0..1c7bdda 100644 --- a/Migrate-to-9.md +++ b/Migrate-to-9.md @@ -12,7 +12,7 @@ Fixes: * Fixes errors in reactjs demo during yarn install, #145 * promise typed Drops are not await-ed some times -REAKING CHANGE: +BREAKING CHANGE: * Liquid is no longer a default export, use `import {Liquid} from 'liquidjs'` instead, `Liquid` in the UMD bundle is also changed to `window.liquidjs.Liquid` * The duplicate `Liquid.evalValue` is removed, use `liquid.evalValue` instead