diff --git a/common.blocks/checkbox-group/checkbox-group.en.md b/common.blocks/checkbox-group/checkbox-group.en.md index e3e8f1727..c90ddf2b1 100644 --- a/common.blocks/checkbox-group/checkbox-group.en.md +++ b/common.blocks/checkbox-group/checkbox-group.en.md @@ -99,7 +99,7 @@ Provides all types of checkbox groups with the size value. There are four sizes available: **S**, **M**, **L**, **XL**. -Depending on `type` modifier value following sizes are available: +Depending on `type` modifier value the following sizes are available: diff --git a/common.blocks/menu-item/menu-item.en.md b/common.blocks/menu-item/menu-item.en.md index 393c0985e..dbadd319c 100644 --- a/common.blocks/menu-item/menu-item.en.md +++ b/common.blocks/menu-item/menu-item.en.md @@ -7,7 +7,7 @@ As a result of template application the block will be rendered to `
` HTML e ## menu item use cases -The block helps to create following menu item types: +The block helps to create the following menu item types:
diff --git a/common.blocks/menu/menu.en.md b/common.blocks/menu/menu.en.md index bec727cd3..807622348 100644 --- a/common.blocks/menu/menu.en.md +++ b/common.blocks/menu/menu.en.md @@ -9,7 +9,7 @@ It allow to manage the appearance, state and size of a menu blocks as well as ma ## menu use cases -`menu` block is used for creation of following menu types: +`menu` block is used for creation of the following menu types:
@@ -456,7 +456,7 @@ Available for all block themes. ## The block's elements -`menu` block is visually represented by following elements: +`menu` block is visually represented by the following elements: ### __group diff --git a/common.blocks/popup/popup.en.md b/common.blocks/popup/popup.en.md index c3ad56d26..50a8ea24c 100644 --- a/common.blocks/popup/popup.en.md +++ b/common.blocks/popup/popup.en.md @@ -74,7 +74,7 @@ Modifier controls the position of popup window relative to the block which opene Chosen alignment will affect the opening animation direction. -By default following admissible directions array is used: +By default the following admissible directions array is used:
diff --git a/common.blocks/radio-group/radio-group.en.md b/common.blocks/radio-group/radio-group.en.md index 493ef4a75..281e27b73 100644 --- a/common.blocks/radio-group/radio-group.en.md +++ b/common.blocks/radio-group/radio-group.en.md @@ -94,7 +94,7 @@ Provides the size value to all types of radio groups. There are four sizes available: **S**, **M**, **L**, **XL**. -Depending on `type` modifier value following sizes are available: +Depending on `type` modifier value the following sizes are available:
@@ -216,7 +216,7 @@ Here are some examples with *normal* theme and and with set `radio-group_type_bu ### Radio group type `type` -`type` modifier can have following values: +`type` modifier can have the following values: * `button`. It is used for creation of a button radio group – a block of button switcher; * `line`. Is used for a line-aligned radio group creation. Right gap is automatically added after each switch of the group except the last one. Available only for *normal* theme. diff --git a/common.blocks/radio/radio.en.md b/common.blocks/radio/radio.en.md index 064c150b7..6e640606b 100644 --- a/common.blocks/radio/radio.en.md +++ b/common.blocks/radio/radio.en.md @@ -4,7 +4,7 @@ `radio` blocks are used inside `radio-group` block as a group elements. -As a result of block's template application, it will be rendered to `