File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 28
28
< body >
29
29
< h1 > Demo</ h1 >
30
30
< p > Copy from < code > value</ code > attribute:</ p >
31
- < clipboard-copy value ="@hubot copied form [value] ">
31
+ < clipboard-copy value ="@hubot copied from [value] ">
32
32
Copy
33
33
< span class ="notice " hidden > Copied!</ span >
34
34
</ clipboard-copy >
@@ -38,14 +38,14 @@ <h1>Demo</h1>
38
38
Copy
39
39
< span class ="notice " hidden > Copied!</ span >
40
40
</ clipboard-copy >
41
- < div id ="name "> @hubot copied form <div></ div >
41
+ < div id ="name "> @hubot copied from <div></ div >
42
42
43
43
< p > Copy from an input element specified by the < code > for</ code > attribute:</ p >
44
44
< clipboard-copy for ="login ">
45
45
Copy
46
46
< span class ="notice " hidden > Copied!</ span >
47
47
</ clipboard-copy >
48
- < input id ="login " value ="@hubot copied form <input> " size ="40 ">
48
+ < input id ="login " value ="@hubot copied from <input> " size ="40 ">
49
49
50
50
< textarea class ="textarea " rows ="10 " cols ="50 "> Paste here.
51
51
</ textarea >
You can’t perform that action at this time.
0 commit comments