Skip to content

Commit d12ba9a

Browse files
committed
🔩Fix: Typo in top-5-nextjs
1 parent a2aa83a commit d12ba9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

data/blog/top-5-nextjs-resources.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ image: "/static/images/top-5-nextjs-resources/nextjs"
1616
For all the developers out there who are working with [React](https://reactjs.org) and are _NOT_ working with [Next JS](https://nextjs.org) are missing out on the best framework available out there.
1717
Even my personal website [manuarora.in](https://manuarora.in) is built with Next JS.
1818

19-
[Next JS](https://nextjs.org) is a production ready framework for react to build and ship React applications faster. It is developed by [Vercel](https://vercel.com) which also manages hosting of modern day frameworks. You can connect your Next JS Git repository with vercel it deploys the website on every commit.
19+
[Next JS](https://nextjs.org) is a production ready framework for react to build and ship React applications faster. It is developed by [Vercel](https://vercel.com) which also manages hosting of modern day frameworks. You can connect your Next JS Git repository with vercel, it deploys the website on every commit.
2020

2121
Some of the **features** of Next JS are:
2222

@@ -28,7 +28,7 @@ Some of the **features** of Next JS are:
2828
- **Zero Config**
2929
- **NextJS Analytics**
3030

31-
As mentioned on the official [Next JS](https://nextjs.org)
31+
As mentioned on the official [Next JS](https://nextjs.org) website:
3232

3333
> “Next.js gives you the best developer experience with all the features you need for production: hybrid static & server rendering, TypeScript support, smart bundling, route pre-fetching, and more. No config needed.”
3434
@@ -46,7 +46,7 @@ Here is a list of **Top 5 Next JS resources** to learn Next JS in 2020.
4646
priority
4747
/>
4848

49-
If you've taken any course from [fireship.io](https://fireship.io) or watched **Jeff's** [Youtube Channel](https://www.youtube.com/channel/UCsBjURrPoezykLs9EqgamOA) then you know what I'm talking about. This Next JS is to the point and precise. Jeff follows a fast paced teaching approach, explaining all the concepts in great detail.
49+
If you've taken any course from [fireship.io](https://fireship.io) or watched **Jeff's** [Youtube Channel](https://www.youtube.com/channel/UCsBjURrPoezykLs9EqgamOA) then you know what I'm talking about. This Next JS course is to the point and precise. Jeff follows a fast paced teaching approach, explaining all the concepts in great detail.
5050

5151
Also, you get to [build a project](https://next.fireship.io) from scratch which is a big plus. I'm a huge fan of fireship's real world projects, and here we build a blogging platform (Medium, Dev.to style) with real world authentication, username generation, image uploads and more.
5252

0 commit comments

Comments
 (0)