Merge pull request #807 from cyrilf/patch-1

Fix typo in edit button example
master
Anton Wilhelm 5 years ago committed by GitHub
commit 270fa6cb41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/write-a-plugin.md

@ -79,7 +79,7 @@ window.$docsify = {
function(hook, vm) {
hook.beforeEach(function(html) {
var url =
'https://github.com/docsifyjs/docsify/blob/master/docs' +
'https://github.com/docsifyjs/docsify/blob/master/docs/' +
vm.route.file;
var editHtml = '[📝 EDIT DOCUMENT](' + url + ')\n';

Loading…
Cancel
Save