Skip to content

Commit 417cf6b

Browse files
committed
Mis translated sidebar example
1 parent bc44e74 commit 417cf6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/src/views/Sidebar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ export default class Sidebar {
193193
} else {
194194
let ref = app.reference;
195195
this.contentEl.innerHTML = this._isInReference(o) ? ref.getContent(o.id) : ref.fillTags((o.desc || "") + (o.ext || ""), o, ref);
196-
if (o.example) { this.contentEl.appendChild(new Example("Example", o.example).el); }
196+
if (o.example) { this.contentEl.appendChild(new Example("示例", o.example).el); }
197197
}
198198
}
199199

0 commit comments

Comments
 (0)