소스 검색

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: () => {