theme: docs wording

This commit is contained in:
Sören Weber 2022-07-02 14:01:24 +02:00
parent 341bad1610
commit b1547e945f
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589
3 changed files with 12 additions and 12 deletions
static/js

View file

@ -77,7 +77,7 @@ function restoreTabSelections() {
function initMermaid( update ) {
// we are either in update or initialization mode;
// during initialization, we want to edit the DOM;
// during update we only want to execute if something chanegd
// during update we only want to execute if something changed
var decodeHTML = function( html ){
var txt = document.createElement( 'textarea' );
txt.innerHTML = html;