Skip to content

Commit

Permalink
Merge pull request #90 from bem-sdk/docs/typos
Browse files Browse the repository at this point in the history
docs: fix typos
  • Loading branch information
blond committed Mar 25, 2017
2 parents 9396a95 + 2a5d05f commit fd21f88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -191,7 +191,7 @@ elemName.type; // elem
modName.type; // elemMod
```

### isSimple()
### isSimpleMod()

Determines whether modifier simple or not.

Expand All @@ -206,6 +206,7 @@ const block = new BemEntityName({ block: 'button' });
modName.isSimpleMod(); // true
modVal.isSimpleMod(); // false
block.isSimpleMod(); // null
```

### isEqual(entityName)

Expand Down

0 comments on commit fd21f88

Please sign in to comment.