Skip to content

Commit

Permalink
Fix missing "n"
Browse files Browse the repository at this point in the history
  • Loading branch information
robmadole authored Nov 11, 2019
1 parent 0a17caa commit f84889c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* [Advanced](#advanced)
* [TypeScript](#typescript)
- [Integrating with other tools and frameworks](#integrating-with-other-tools-and-frameworks)
* [ext.js](#extjs)
* [Next.js](#nextjs)
- [Frequent questions](#frequent-questions)
* [How do I import the same icon from two different styles?](#how-do-i-import-the-same-icon-from-two-different-styles)
* [I don't think tree-shaking is working; got any advice?](#i-dont-think-tree-shaking-is-working-got-any-advice)
Expand Down Expand Up @@ -535,7 +535,7 @@ module to see which types it exports.
## Integrating with other tools and frameworks
### ext.js
### Next.js
Next.js projects will experience an icon that is very large when the page first
loads. The reason this occurs is that the necessary CSS has not been loaded
Expand Down

0 comments on commit f84889c

Please sign in to comment.