瀏覽代碼

docs: whoops

Sven 1 年之前
父節點
當前提交
4c71f232f5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      contributing.md

+ 1 - 1
contributing.md

@@ -1000,7 +1000,7 @@ The usage and example blocks on each are written in TypeScript but can be used i
 >   // - etc.
 >   renderHeader: () => {
 >     const header = document.createElement("div");
->     header.textContent = "My Dialog";
+>     header.textContent = "This is the header of my dialog";
 >     return header;
 >   },
 >   renderBody: () => {