From 2839a17f668e7f1eeadf5721e71b729ec206edd4 Mon Sep 17 00:00:00 2001 From: Masa-Shin <34234442+Masa-Shin@users.noreply.github.com> Date: Mon, 24 Aug 2020 23:16:40 +0900 Subject: [PATCH] fix typo --- MIGRATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MIGRATION.md b/MIGRATION.md index d39dc78da7d..52c83d0a52e 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -707,7 +707,7 @@ The addon's source code is still available in the [deprecated-addons repo](https #### Removed addon-centered -In 6.0 we removed the centered addon. Centering is now core feature of storybook, so w no longer need an addon. +In 6.0 we removed the centered addon. Centering is now core feature of storybook, so we no longer need an addon. Remove the addon-centered decorator and instead add a `layout` parameter: