Skip to content

Commit

Permalink
Yet another docfix commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Murdalay committed Jul 17, 2014
1 parent 64672fe commit 4648b65
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion common.blocks/checkbox-group/checkbox-group.en.md
Expand Up @@ -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:

<table>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion common.blocks/menu-item/menu-item.en.md
Expand Up @@ -7,7 +7,7 @@ As a result of template application the block will be rendered to `<div>` 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:

<table>
<tr>
Expand Down
4 changes: 2 additions & 2 deletions common.blocks/menu/menu.en.md
Expand Up @@ -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:

<table>
<tr>
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion common.blocks/popup/popup.en.md
Expand Up @@ -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:


<table>
Expand Down
4 changes: 2 additions & 2 deletions common.blocks/radio-group/radio-group.en.md
Expand Up @@ -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:

<table>
<tr>
Expand Down Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions common.blocks/radio/radio.en.md
Expand Up @@ -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 `<label>` HTML element, with following set of nested items:
As a result of block's template application, it will be rendered to `<label>` HTML element, with the following set of nested items:

* `radio__box` element with hidden nested `input` HTML element (`__control` element);
* a radio switch label, if `text` BEMJSON attribute is passed.
Expand Down Expand Up @@ -229,7 +229,7 @@ The modifier is seted on:

#### States available with `radio_type_button` modifier

If `radio_type_button` modifier is set, `radio` block is mixed up to `button` block. As a result, for `radio` block with `radio_type_button` modifier are available following `button` block's states:
If `radio_type_button` modifier is set, `radio` block is mixed up to `button` block. As a result, for `radio` block with `radio_type_button` modifier are available the following `button` block's states:

* `hovered` – mouse pointer over the block;
* `pressed` – button is pressed.
Expand Down

0 comments on commit 4648b65

Please sign in to comment.