Browse Source

docs: whoops

Sven 1 năm trước cách đây
mục cha
commit
4c71f232f5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: () => {