Sven hai 1 ano
pai
achega
9a5a422ae2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: () => {