Merge pull request #3094 from deining/contrib

Fixing various typos
This commit is contained in:
Knut Sveidqvist
2022-06-07 17:17:49 +02:00
committed by GitHub
24 changed files with 217 additions and 216 deletions

View File

@@ -689,7 +689,7 @@ const handleDirective = function (p, directive, type) {
/** @param {any} conf */
function updateRendererConfigs(conf) {
// Todo remove, all diagrams should get config on demoand from the config object, no need for this
// Todo remove, all diagrams should get config on demand from the config object, no need for this
// gitGraphRenderer.setConf(conf.git); // Todo Remove all of these
flowRenderer.setConf(conf.flowchart);