Skip to content

Commit d201690

Browse files
MaikuolanMaikuolant-hamanoMamaduka
authored
Documentation: Fix typos (#69957)
Co-authored-by: Maikuolan <[email protected]> Co-authored-by: t-hamano <[email protected]> Co-authored-by: Mamaduka <[email protected]>
1 parent 0a96820 commit d201690

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/contributors/code/coding-guidelines.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ privateValidateBlocks( blocks, true );
354354

355355
#### Private React component properties
356356

357-
To add an private argument to a stable component you'll need
357+
To add a private argument to a stable component you'll need
358358
to prepare a stable and an private version of that component.
359359
Then, export the stable function and `lock()` the unstable function
360360
inside it:

docs/contributors/code/release.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ Behind the scenes, all steps are automated via `./bin/plugin/cli.js npm-latest`
408408
10. Run the script `npx lerna publish --no-private`.
409409
- When asked for the version numbers to choose for each package pick the values of the updated CHANGELOG files.
410410
- You'll be asked for your One-Time Password (OTP) a couple of times. This is the code from the 2FA authenticator app you use. Depending on how many packages are to be released you may be asked for more than one OTP, as they tend to expire before all packages are released.
411-
- If the publishing process ends up incomplete (perhaps because it timed-out or an bad OTP was introduce) you can resume it via [`npx lerna publish from-package`](https://lerna.js.org/docs/features/version-and-publish#from-package).
411+
- If the publishing process ends up incomplete (perhaps because it timed-out or a bad OTP was introduced) you can resume it via [`npx lerna publish from-package`](https://lerna.js.org/docs/features/version-and-publish#from-package).
412412
11. Finally, now that the npm packages are published, cherry-pick the commits created by lerna ("Publish" and the CHANGELOG update) into the `trunk` branch of Gutenberg.
413413

414414
### WordPress releases
@@ -502,7 +502,7 @@ Behind the scenes, the rest of the process is automated with `./bin/plugin/cli.j
502502
5. Run the script `npx lerna publish --no-private`.
503503
- When asked for the version numbers to choose for each package pick the values of the updated CHANGELOG files.
504504
- You'll be asked for your One-Time Password (OTP) a couple of times. This is the code from the 2FA authenticator app you use. Depending on how many packages are to be released you may be asked for more than one OTP, as they tend to expire before all packages are released.
505-
- If the publishing process ends up incomplete (perhaps because it timed-out or an bad OTP was introduce) you can resume it via [`npx lerna publish from-package`](https://lerna.js.org/docs/features/version-and-publish#from-package).
505+
- If the publishing process ends up incomplete (perhaps because it timed-out or a bad OTP was introduced) you can resume it via [`npx lerna publish from-package`](https://lerna.js.org/docs/features/version-and-publish#from-package).
506506
6. Finally, now that the npm packages are published, cherry-pick the commits created by lerna ("Publish" and the CHANGELOG update) into the `trunk` branch of Gutenberg.
507507
508508
### Development releases

0 commit comments

Comments
 (0)