Lessons from open-source: Algorithm behind `“next buuild” does not exist. Did you mean “next build”?`
This lesson is picked from Next.js source code. In this article, you will learn how Next.js detects typo in your CLI commands such as build | dev | info | lint | start | telemetry.
Detect-typo
Ever wondered what is the logic behind detecing a typo in...
ramunarasinga.hashnode.dev2 min read