1
0
Sven 1 жил өмнө
parent
commit
9a5a422ae2
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: () => {