Skip to content
This repository was archived by the owner on Feb 4, 2018. It is now read-only.

Commit 608f588

Browse files
author
blond
committed
docs(examples): fix typo
1 parent 7b2bcce commit 608f588

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ module.exports = class BemEntityName {
181181
*
182182
* @example
183183
* const BemEntityName = require('bem-entity-name');
184-
* const name = new BemEntityName({ block: 'button' });
184+
* const name = new BemEntityName({ block: 'button', mod: 'focused' });
185185
*
186186
* name.toString(); // button_focused
187187
*
@@ -200,7 +200,7 @@ module.exports = class BemEntityName {
200200
*
201201
* @example
202202
* const BemEntityName = require('bem-entity-name');
203-
* const name = new BemEntityName({ block: 'button' });
203+
* const name = new BemEntityName({ block: 'button', mod: 'focused' });
204204
*
205205
* name.valueOf();
206206
*

0 commit comments

Comments
 (0)