Skip to content

Commit

Permalink
docs: fix typo in migration guide (#5807)
Browse files Browse the repository at this point in the history
Correct grammar

**What's the problem this PR addresses?**
<!-- Describe the rationale of your PR. -->
<!-- Link all issues that it closes. (Closes/Resolves #xxxx.) -->

...

**How did you fix it?**
<!-- A detailed description of your implementation. -->

...

**Checklist**
<!--- Don't worry if you miss something, chores are automatically
tested. -->
<!--- This checklist exists to help you remember doing the chores when
you submit a PR. -->
<!--- Put an `x` in all the boxes that apply. -->
- [ ] I have read the [Contributing
Guide](https://yarnpkg.com/advanced/contributing).

<!-- See
https://yarnpkg.com/advanced/contributing#preparing-your-pr-to-be-released
for more details. -->
<!-- Check with `yarn version check` and fix with `yarn version check
-i` -->
- [ ] I have set the packages that need to be released for my changes to
be effective.

<!-- The "Testing chores" workflow validates that your PR follows our
guidelines. -->
<!-- If it doesn't pass, click on it to see details as to what your PR
might be missing. -->
- [ ] I will check that all automated PR checks pass before the PR gets
reviewed.

---------

Co-authored-by: Kristoffer K. <[email protected]>
  • Loading branch information
Flamenco and merceyz authored Oct 18, 2023
1 parent 3c1be68 commit e755288
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Most configuration keys have also been renamed to be more consistent. The compre

### Explicitly call the `pre` and `post` scripts

Some changes were made to how [lifecycle scripts](/advanced/lifecycle-scripts) work in order to clarify their purpose and remove confusing behaviors. One such change is that custom `pre` and `post` script are no longer support. As a result, rewrite:
Some changes were made to how [lifecycle scripts](/advanced/lifecycle-scripts) work in order to clarify their purpose and remove confusing behaviors. One such change is that custom `pre` and `post` scripts are no longer supported. As a result, rewrite:

```json
{
Expand Down

0 comments on commit e755288

Please sign in to comment.