chore: fix the typos in comments (#2679)
This commit is contained in:
@ -20,7 +20,7 @@ npm init -y
|
||||
# Install required dependencies
|
||||
npm install --save react react-dom next
|
||||
|
||||
# Intall webpack loader for Markdown
|
||||
# Install webpack loader for Markdown
|
||||
npm install --save-dev frontmatter-markdown-loader
|
||||
|
||||
# Create folder for pages (default for NextJS), and add a index file
|
||||
|
@ -2,7 +2,7 @@ import React, { Component } from 'react';
|
||||
import Link from 'gatsby-link';
|
||||
|
||||
/**
|
||||
* Maually get table of contents since tableOfContents from markdown
|
||||
* Manually get table of contents since tableOfContents from markdown
|
||||
* nodes have code added.
|
||||
*
|
||||
* https://github.com/gatsbyjs/gatsby/issues/5436
|
||||
|
Reference in New Issue
Block a user