Skip to content

Commit ee5ed19

Browse files
committed
[fix typo]
1 parent eac21a8 commit ee5ed19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/write-a-plugin.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ window.$docsify = {
8787
editHtml +
8888
html +
8989
'\n----\n' +
90-
'Last modified {docsify-update}' +
90+
'Last modified {docsify-updated}' +
9191
editHtml
9292
);
9393
});
@@ -109,6 +109,6 @@ Current version: <span id='tip-version'>loading</span>
109109
<script>
110110
document.getElementById('tip-version').innerText = Docsify.version
111111
// fix1320 replace the content to show the {docsify-ignore} example in case of being replaced in default.
112-
let text = document.getElementsByClassName("lang-js")[2].innerHTML.replace(/Last modified .*$'/,"Last modified {docsify-update}")
112+
let text = document.getElementsByClassName("lang-js")[2].innerHTML.replace(/Last modified .*$'/,"Last modified {docsify-updated}")
113113
document.getElementsByClassName("lang-js")[2].innerHTML = text
114114
</script>

0 commit comments

Comments
 (0)