Skip to content

Commit f960b0d

Browse files
Nathanzenorocha
Nathan
authored andcommitted
use only ID name for DOM (zenorocha#431)
1 parent b6e6b80 commit f960b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ For use in Bootstrap Modals or with any other library that changes the focus you
149149

150150
```js
151151
new Clipboard('.btn', {
152-
container: document.getElementById('#modal')
152+
container: document.getElementById('modal')
153153
});
154154
```
155155

0 commit comments

Comments
 (0)