Skip to content

Commit e640d57

Browse files
committed
fix some minor typos
1 parent 9201221 commit e640d57

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cookbook/email/gmail.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ that you `allow less secure apps to access your Gmail account`_.
129129

130130
.. seealso::
131131

132-
see the :doc:`Swiftmailer configuration reference </reference/configuration/swiftmailer>`
132+
See the :doc:`Swiftmailer configuration reference </reference/configuration/swiftmailer>`
133133
for more details.
134134

135135
.. _`generate an App password`: https://support.google.com/accounts/answer/185833

reference/forms/types/button.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ button Field Type
55
=================
66

77
.. versionadded:: 2.3
8-
The ``button`` type was introduced in Symfony 2.3
8+
The ``button`` type was introduced in Symfony 2.3.
99

1010
A simple, non-responsive button.
1111

reference/forms/types/reset.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ reset Field Type
55
================
66

77
.. versionadded:: 2.3
8-
The ``reset`` type was introduced in Symfony 2.3
8+
The ``reset`` type was introduced in Symfony 2.3.
99

1010
A button that resets all fields to their original values.
1111

reference/forms/types/submit.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ submit Field Type
55
=================
66

77
.. versionadded:: 2.3
8-
The ``submit`` type was introduced in Symfony 2.3
8+
The ``submit`` type was introduced in Symfony 2.3.
99

1010
A submit button.
1111

0 commit comments

Comments
 (0)