Copy-to-clipboard plugin: Fix typo in plugin page (#1866)

This fixes a small typo in the webpage of the Copy-to-clipboard plugin.
This commit is contained in:
Andrew Wong 2019-04-26 02:11:19 +10:00 committed by Michael Schmidt
parent 7d084d5f17
commit 5714f1ad04
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
<p>In addition to including the plugin file with your PrismJS build, ensure <a href="https://clipboardjs.com/">Clipboard.js</a> is loaded before the plugin.</p>
<p>The simplest way to include Clipboard.js is to use any of the
<a href="https://github.com/zenorocha/clipboard.js/wiki/CDN-Providers">recommended CDNs</a>. If you're using Browserify, Clipboard.js will be loaded auotmatically
<a href="https://github.com/zenorocha/clipboard.js/wiki/CDN-Providers">recommended CDNs</a>. If you're using Browserify, Clipboard.js will be loaded automatically
if it's included in your <code>package.json</code>.
If you don't load Clipboard.js yourself, the plugin will load it from a CDN for you.</p>
@ -45,4 +45,4 @@
<script src="code.js"></script>
</body>
</html>
</html>