File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -476,7 +476,7 @@ In YAML you may have:
476
476
.. code-block :: yaml
477
477
478
478
# This value is only used for the search results page.
479
- entries_per_page : 25
479
+ entries_per_page : 25
480
480
481
481
and in XML:
482
482
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ The ``@babel/preset-env`` preset rewrites your JavaScript so that the final synt
41
41
will work in whatever browsers you want. To configure the browsers that you need
42
42
to support, see :ref: `browserslist_package_config `.
43
43
44
- After change our "browerslist " config, you will need to manually remove the babel
44
+ After changing your "browserslist " config, you will need to manually remove the babel
45
45
cache directory:
46
46
47
47
.. code-block :: terminal
You can’t perform that action at this time.
0 commit comments