浏览代码

Fix tutorial formatting

Steven Silvester 7 年之前
父节点
当前提交
36496f8680
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      docs/xkcd_extension_tutorial.md

+ 1 - 0
docs/xkcd_extension_tutorial.md

@@ -398,6 +398,7 @@ Start by refactoring the widget code into the new `XkcdWidget` class. Add the fo
 import {
   Message
 } from '@phosphor/messaging';
+```
 
 Then add the class just below the import statements in the `index.ts` file.