Skip to content

Commit

Permalink
Update STYLEGUIDE.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Tim Roes <mail@timroes.de>
  • Loading branch information
myasonik and timroes authored Feb 7, 2020
1 parent adb8bcb commit ec3c89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion STYLEGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Since we have some components that are used multiple times on the page, you must
make sure every instance of that component has a unique `id`. To make the generation
of those `id`s easier, you can use the `htmlIdGenerator` service in the `@elastic/eui`.
A react component could use it as follows:
A React component could use it as follows:
```jsx
import { htmlIdGenerator } from '@elastic/eui';
Expand Down

0 comments on commit ec3c89c

Please sign in to comment.