Skip to content

Commit 1ec5e06

Browse files
committedSep 1, 2018
Docs: More Lick β†’ Click πŸ˜‹
#1063
1 parent 29992b9 commit 1ec5e06

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed
 

β€Žexamples/cra/src/components/Button.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Big pink button:
88

99
```jsx
1010
<Button size="large" color="deeppink">
11-
Lick Me
11+
Click Me
1212
</Button>
1313
```
1414

β€Žexamples/customised/src/components/Button/Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Big pink button:
88

99
```jsx
1010
<Button size="large" color="deeppink">
11-
Lick Me
11+
Click Me
1212
</Button>
1313
```
1414

β€Žexamples/preact/src/components/Button/Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Big pink button:
88

99
```jsx
1010
<Button size="large" color="deeppink">
11-
Lick Me
11+
Click Me
1212
</Button>
1313
```
1414

β€Žexamples/sections/docs/Two.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
That big pink button again:
22

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

β€Žexamples/sections/src/components/Button/Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Big pink button:
88

99
```jsx
1010
<Button size="large" color="deeppink">
11-
Lick Me
11+
Click Me
1212
</Button>
1313
```
1414

β€Žexamples/webpack/src/components/Button.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Big pink button:
88

99
```jsx
1010
<Button size="large" color="deeppink">
11-
Lick Me
11+
Click Me
1212
</Button>
1313
```
1414

β€Žtest/components/Button/Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Basic button:
44

55
Big pink button:
66

7-
<Button size="large" color="deeppink">Lick Me</Button>
7+
<Button size="large" color="deeppink">Click Me</Button>
88

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

1 commit comments

Comments
 (1)

dhammma commented on Sep 17, 2018

@dhammma

Nice commit πŸ‘

Please sign in to comment.