Skip to content

Commit 8c11803

Browse files
Fix self-referencing note in loader
1 parent 34420b5 commit 8c11803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mdx-slide-loader.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ ${wrapperName}.isMDXComponent = true;`;
140140
/*
141141
Step 10:
142142
* Begin composing the final output. Include React, mdx, modules, and the inline
143-
* export/import statements that we removed in Step 6.
143+
* export/import statements that we removed in Step 8.
144144
*/
145145
let allCode = `/* @jsx mdx */
146146
import React from 'react'

0 commit comments

Comments
 (0)