Skip to content

Commit 659964e

Browse files
committed
Fix typo
1 parent 67af828 commit 659964e

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/1-bug.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ body:
4545
| description | codesandbox | stackblitz |
4646
| - | - | - |
4747
| MDX Loader with Next.js | [codesandbox](https://codesandbox.io/s/github/mdx-js/.github/tree/main/sandbox-templates/mdx-loader-next) | [stackblitz](https://stackblitz.com/github/mdx-js/.github/tree/main/sandbox-templates/mdx-loader-next) |
48-
| MDX Evaluate with Node.js | [codesandbox](https://codesandbox.io/s/github/mdx-js/.github/tree/main/sandbox-templates/mdx-evaulate-node) | [stackblitz](https://stackblitz.com/github/mdx-js/.github/tree/main/sandbox-templates/mdx-evaulate-node) |
48+
| MDX Evaluate with Node.js | [codesandbox](https://codesandbox.io/s/github/mdx-js/.github/tree/main/sandbox-templates/mdx-evaluate-node) | [stackblitz](https://stackblitz.com/github/mdx-js/.github/tree/main/sandbox-templates/mdx-evaluate-node) |
4949
label: Steps to reproduce
5050
id: steps-to-reproduce
5151
type: textarea

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"overrides": [
4747
{
4848
"files": [
49-
"sandbox-templates/mdx-evaulate-node/index.js"
49+
"sandbox-templates/mdx-evaluate-node/index.js"
5050
],
5151
"rules": {
5252
"new-cap": "off"

0 commit comments

Comments
 (0)