Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4969cf8

Browse files
authored
Merge pull request #36 from gambala/main
Fix typo in example page texts
2 parents d2fa0dd + d46894a commit 4969cf8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<body>
2929
<h1>Demo</h1>
3030
<p>Copy from <code>value</code> attribute:</p>
31-
<clipboard-copy value="@hubot copied form [value]">
31+
<clipboard-copy value="@hubot copied from [value]">
3232
Copy
3333
<span class="notice" hidden>Copied!</span>
3434
</clipboard-copy>
@@ -38,14 +38,14 @@ <h1>Demo</h1>
3838
Copy
3939
<span class="notice" hidden>Copied!</span>
4040
</clipboard-copy>
41-
<div id="name">@hubot copied form &lt;div&gt;</div>
41+
<div id="name">@hubot copied from &lt;div&gt;</div>
4242

4343
<p>Copy from an input element specified by the <code>for</code> attribute:</p>
4444
<clipboard-copy for="login">
4545
Copy
4646
<span class="notice" hidden>Copied!</span>
4747
</clipboard-copy>
48-
<input id="login" value="@hubot copied form &lt;input&gt;" size="40">
48+
<input id="login" value="@hubot copied from &lt;input&gt;" size="40">
4949

5050
<textarea class="textarea" rows="10" cols="50">Paste here.
5151
</textarea>

0 commit comments

Comments
 (0)