From 54e3d7aaea63fa933c55c4f27e50b9e6ef3b97cc Mon Sep 17 00:00:00 2001 From: Jason Caldwell Date: Tue, 6 Feb 2018 21:20:52 -0900 Subject: [PATCH] fix: `either either` -> `either` --- blocks/inner-blocks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks/inner-blocks/README.md b/blocks/inner-blocks/README.md index 5d6b39b4295e85..cd7c89047b6492 100644 --- a/blocks/inner-blocks/README.md +++ b/blocks/inner-blocks/README.md @@ -51,7 +51,7 @@ To achieve distinct arrangements of nested blocks, you may assign layout as an a Because `InnerBlocks.Content` will generate a single continuous flow of block markup for nested content, it may be advisable to use [CSS Grid Layout](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout) to assign layout positions. Be aware that CSS grid is [not suported in legacy browsers](https://caniuse.com/#feat=css-grid), and therefore you should consider how this might impact your block's appearance when viewed on the front end of a site in such browsers. -Layouts can be assigned either either as an object (ungrouped layouts) or an array of objects (grouped layouts). These are documented below. +Layouts can be assigned either as an object (ungrouped layouts) or an array of objects (grouped layouts). These are documented below. In both cases, each layout consists of: