Skip to content

Commit c9cf548

Browse files
authored
Merge branch '6.0' into erral-zopeini
2 parents 6267965 + 96eed09 commit c9cf548

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

docs/glossary.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,6 @@ Corepack
312312
In practical terms, Corepack lets you use {term}`Yarn`, {term}`npm`, and {term}`pnpm` without having to install them.
313313
314314
Corepack is distributed by default with all recent Node.js versions.
315-
Run `corepack enable` to install the required Yarn and pnpm binaries on your path.
316315
317316
Git
318317
[Git](https://git-scm.com/) is a free and open source distributed version control system.
@@ -827,8 +826,7 @@ lazy load
827826
lazy loading
828827
lazy loaded
829828
Lazy loading is a strategy to identify resources as non-blocking (non-critical) and load these only when needed.
830-
It's a way to shorten the length of the [critical rendering path](https://developer.mozilla.org/en-US/docs/Web/Performance/Guides/Critical_rendering_path
831-
), which translates into reduced page load times.
829+
It's a way to shorten the length of the [critical rendering path](https://developer.mozilla.org/en-US/docs/Web/Performance/Guides/Critical_rendering_path), which translates into reduced page load times.
832830
833831
reference implementation
834832
A reference implementation is a program that implements all requirements from a corresponding specification.

docs/install/create-project-cookieplone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Do not create a new Plone project with Python 3.9.
9898
3. Enable {term}`corepack` so that Node.js will install {term}`pnpm` as a package manager.
9999

100100
```shell
101-
corepack enable
101+
npm i -g corepack@latest && corepack enable
102102
```
103103

104104

0 commit comments

Comments
 (0)