Skip to content

Commit 915f573

Browse files
committed
Use Doctor RST 1.54.0
1 parent e6d0c1a commit 915f573

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
key: ${{ runner.os }}-doctor-rst-${{ steps.extract_base_branch.outputs.branch }}
7474

7575
- name: "Run DOCtor-RST"
76-
uses: docker://oskarstark/doctor-rst:1.53.0
76+
uses: docker://oskarstark/doctor-rst:1.54.0
7777
with:
7878
args: --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache
7979

components/console/helpers/progressbar.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ When executing longer-running commands, it may be helpful to show progress
55
information, which updates as your command runs:
66

77
.. image:: /_images/components/console/progressbar.gif
8-
: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.
8+
: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.
99

1010
.. note::
1111

validation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ properties even if the child properties override those constraints**. Symfony
741741
will always merge the parent constraints for each property.
742742

743743
You can't change this behavior, but you can overcome it by defining the parent
744-
and the child contraints in different :doc:`validation groups </validation/groups>`
744+
and the child constraints in different :doc:`validation groups </validation/groups>`
745745
and then select the appropriate group when validating each object.
746746

747747
Debugging the Constraints

0 commit comments

Comments
 (0)