Skip to content

Commit

Permalink
Vale suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Dec 13, 2024
1 parent b503218 commit 6d9a07d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/update_and_migration/from_3.3/update_from_3.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ See [the updated Apache and nginx template files](https://github.com/ibexa/post-

This release no longer directly requires the `symfony/serializer-pack` Composer dependency, which can remove some dependencies from your project during the update process.

If you rely on them in your project and need to continue using them, run the following command before updating Ibexa packages:
If you rely on them in your project and need to continue using them, run the following command before updating [[= product_name_base =]] packages:

``` bash
composer require symfony/serializer-pack
Expand Down
2 changes: 1 addition & 1 deletion docs/update_and_migration/from_4.6/update_from_4.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ See [the updated Apache and nginx template files](https://github.com/ibexa/post-

This release no longer directly requires the `symfony/orm-pack` and `symfony/serializer-pack` Composer dependencies, which can remove some dependencies from your project during the update process.

If you rely on them in your project and need to continue using them, run the following command before updating Ibexa packages:
If you rely on them in your project and need to continue using them, run the following command before updating [[= product_name_base =]] packages:

``` bash
composer require symfony/serializer-pack symfony/orm-pack
Expand Down

0 comments on commit 6d9a07d

Please sign in to comment.