Skip to content

Commit

Permalink
Update docs/js-guide/requirejs-to-webpack.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Graham Herceg <[email protected]>
  • Loading branch information
orangejenny and gherceg authored Oct 22, 2024
1 parent c569292 commit 54ec50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/js-guide/requirejs-to-webpack.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Step 0: Decide What to Migrate
How do you know what areas have and have not been migrated? Because all pages that bundle javascript use a template
tag to specify the entry point, this template tag is an easy way to tell if a page uses Webpack or RequireJS.

If looking for areas that **need** to be mgirated, grepping for ``requirejs_main`` will identify all unmigrated
If looking for areas that **need** to be migrated, grepping for ``requirejs_main`` will identify all unmigrated
pages.


Expand Down

0 comments on commit 54ec50e

Please sign in to comment.