Skip to content

Commit

Permalink
Docs: More Lick 鈫捖燙lick 馃構
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed Sep 1, 2018
1 parent 29992b9 commit 1ec5e06
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/cra/src/components/Button.md
Expand Up @@ -8,7 +8,7 @@ Big pink button:

```jsx
<Button size="large" color="deeppink">
Lick Me
Click Me
</Button>
```

Expand Down
2 changes: 1 addition & 1 deletion examples/customised/src/components/Button/Readme.md
Expand Up @@ -8,7 +8,7 @@ Big pink button:

```jsx
<Button size="large" color="deeppink">
Lick Me
Click Me
</Button>
```

Expand Down
2 changes: 1 addition & 1 deletion examples/preact/src/components/Button/Readme.md
Expand Up @@ -8,7 +8,7 @@ Big pink button:

```jsx
<Button size="large" color="deeppink">
Lick Me
Click Me
</Button>
```

Expand Down
2 changes: 1 addition & 1 deletion examples/sections/docs/Two.md
@@ -1,3 +1,3 @@
That big pink button again:

<Button size="large" color="deeppink">Lick Me</Button>
<Button size="large" color="deeppink">Click Me</Button>
2 changes: 1 addition & 1 deletion examples/sections/src/components/Button/Readme.md
Expand Up @@ -8,7 +8,7 @@ Big pink button:

```jsx
<Button size="large" color="deeppink">
Lick Me
Click Me
</Button>
```

Expand Down
2 changes: 1 addition & 1 deletion examples/webpack/src/components/Button.md
Expand Up @@ -8,7 +8,7 @@ Big pink button:

```jsx
<Button size="large" color="deeppink">
Lick Me
Click Me
</Button>
```

Expand Down
2 changes: 1 addition & 1 deletion test/components/Button/Readme.md
Expand Up @@ -4,7 +4,7 @@ Basic button:

Big pink button:

<Button size="large" color="deeppink">Lick Me</Button>
<Button size="large" color="deeppink">Click Me</Button>

And you _can_ **use** `any` [Markdown](http://daringfireball.net/projects/markdown/) here.

Expand Down

1 comment on commit 1ec5e06

@dhammma
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice commit 馃憤

Please sign in to comment.