Skip to content

Commit

Permalink
fix(docs): fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-hur Santos Ott committed Feb 23, 2019
1 parent 72489ce commit 669cda4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,9 @@ Ex: `AAA-9999`
Sample code ([source](https://github.com/benhurott/react-native-masked-text-samples/blob/master/ReactNativeMaskedTextSamples/Samples/Custom.js)):

```jsx
// SIMPLES
//
// SIMPLE
//
<TextInputMask
type={'custom'}
options={{
Expand All @@ -303,7 +305,10 @@ Sample code ([source](https://github.com/benhurott/react-native-masked-text-samp
style={textInputStype}
/>


//
// ADVANCED
//
<TextInputMask
type={'custom'}
options={{
Expand Down

0 comments on commit 669cda4

Please sign in to comment.