ent/doc: minor changes for doc websote and readme

Reviewed By: dlvhdr

Differential Revision: D17163026

fbshipit-source-id: 62536da9a450ac80eb224252e12ae8dc835acb11
This commit is contained in:
Ariel Mashraki
2019-09-03 07:55:10 -07:00
committed by Facebook Github Bot
parent 931d0c0565
commit 6913e80e43
7 changed files with 36 additions and 11 deletions

View File

@@ -33,7 +33,7 @@ window.addEventListener('load', function() {
const clipboard = new ClipboardJS('.btnClipboard', {
target: function(trigger) {
return trigger.parentNode.querySelector('code');
},
},
});
clipboard.on('success', function(event) {