From 6faff4f3630fdec03b2564af14e2452763b84481 Mon Sep 17 00:00:00 2001 From: Uma Das <61022623+CodeWithUma@users.noreply.github.com> Date: Wed, 21 Sep 2022 16:56:19 +0530 Subject: [PATCH] Frontend Build-Tools Module-Bundlers Typos-Fixed (#1797) --- .../content/110-build-tools/101-module-bundlers/102-rollup.md | 2 +- .../content/110-build-tools/101-module-bundlers/104-vite.md | 2 +- .../content/110-build-tools/101-module-bundlers/readme.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/roadmaps/100-frontend/content/110-build-tools/101-module-bundlers/102-rollup.md b/content/roadmaps/100-frontend/content/110-build-tools/101-module-bundlers/102-rollup.md index 0e695daed..76969f6d3 100644 --- a/content/roadmaps/100-frontend/content/110-build-tools/101-module-bundlers/102-rollup.md +++ b/content/roadmaps/100-frontend/content/110-build-tools/101-module-bundlers/102-rollup.md @@ -4,5 +4,5 @@ Rollup is a module bundler for JavaScript which compiles small pieces of code in Free Content -Official Website and Docs +Official Website and Docs How to Set Up JavaScript Bundling Using Rollup diff --git a/content/roadmaps/100-frontend/content/110-build-tools/101-module-bundlers/104-vite.md b/content/roadmaps/100-frontend/content/110-build-tools/101-module-bundlers/104-vite.md index 97144ede7..45e317c3f 100644 --- a/content/roadmaps/100-frontend/content/110-build-tools/101-module-bundlers/104-vite.md +++ b/content/roadmaps/100-frontend/content/110-build-tools/101-module-bundlers/104-vite.md @@ -4,5 +4,5 @@ Vite is a build tool that aims to provide a faster and leaner development experi Free Content Vite Website -Vite Documentation +Vite Documentation Vite Crash Course diff --git a/content/roadmaps/100-frontend/content/110-build-tools/101-module-bundlers/readme.md b/content/roadmaps/100-frontend/content/110-build-tools/101-module-bundlers/readme.md index 4872b33c8..38b19c220 100644 --- a/content/roadmaps/100-frontend/content/110-build-tools/101-module-bundlers/readme.md +++ b/content/roadmaps/100-frontend/content/110-build-tools/101-module-bundlers/readme.md @@ -6,6 +6,6 @@ It usually starts with an entry file, and from there it bundles up all of the co Free Content -Module Bundlers Explained Let’s learn how module bundlers work +Module Bundlers Explained