diff --git a/docs/src/tutorials/index.md b/docs/src/tutorials/index.md index 621a29b1b1..52263278ed 100644 --- a/docs/src/tutorials/index.md +++ b/docs/src/tutorials/index.md @@ -129,7 +129,7 @@ We will create this file in the directory tutorials/todo (we can hereafter refer to this plugin as tutorials/todo as well.) We will start with an "empty bundle", one which exposes no extensions - which looks like: -```diff +```js define([ 'openmct' ], function ( @@ -154,7 +154,7 @@ The tutorials will be updated with the new bundle registration mechanism once it has been finalized. #### Before -```diff +```html