diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c3b8eac7b63..af2ea3a28a7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -73,7 +73,7 @@ jobs: key: ${{ runner.os }}-doctor-rst-${{ steps.extract_base_branch.outputs.branch }} - name: "Run DOCtor-RST" - uses: docker://oskarstark/doctor-rst:1.53.0 + uses: docker://oskarstark/doctor-rst:1.54.0 with: args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache diff --git a/components/console/helpers/progressbar.rst b/components/console/helpers/progressbar.rst index 827ce1973dd..4c5cb6da56b 100644 --- a/components/console/helpers/progressbar.rst +++ b/components/console/helpers/progressbar.rst @@ -5,7 +5,7 @@ When executing longer-running commands, it may be helpful to show progress information, which updates as your command runs: .. image:: /_images/components/console/progressbar.gif - :alt: Console output showing a progress bar advance to 100%, with the esimated time left, the memory usage and a special message that changes when the bar closes completion. + :alt: Console output showing a progress bar advance to 100%, with the estimated time left, the memory usage and a special message that changes when the bar closes completion. .. note:: diff --git a/validation.rst b/validation.rst index 8fc5d71a6f4..8a68f29391a 100644 --- a/validation.rst +++ b/validation.rst @@ -741,7 +741,7 @@ properties even if the child properties override those constraints**. Symfony will always merge the parent constraints for each property. You can't change this behavior, but you can overcome it by defining the parent -and the child contraints in different :doc:`validation groups ` +and the child constraints in different :doc:`validation groups ` and then select the appropriate group when validating each object. Debugging the Constraints