Skip to content

Commit

Permalink
add missing word
Browse files Browse the repository at this point in the history
  • Loading branch information
Coston Perkins committed Feb 13, 2019
1 parent 58b4963 commit cf50c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -101,7 +101,7 @@ Example Case:
```

## Obfuscating custom elements with the `element` prop
With the `element` prop, users can obfuscate any element, like paragraphs or headers. Changing the dom element also removes the href and onClick props. Custom styling is required due handling of right-to-left direction styles. Usually, adding `style={{textAlign:'left'}}` will suffice.
With the `element` prop, users can obfuscate any element, like paragraphs or headers. Changing the dom element also removes the href and onClick props. Custom styling is required due to handling of right-to-left direction styles. Usually, adding `style={{textAlign:'left'}}` will suffice.

Example Case:
```js
Expand Down

0 comments on commit cf50c9b

Please sign in to comment.