Explorar el Código

Fix tutorial formatting

Steven Silvester hace 7 años
padre
commit
36496f8680
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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.