Browse Source

Fix tutorial formatting

Steven Silvester 7 years ago
parent
commit
36496f8680
1 changed files with 1 additions and 0 deletions
  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.