Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c4eb628

Browse filesBrowse files
committed
minor symfony#4130 A set of small typos (Baptouuuu)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes symfony#4130). Discussion ---------- A set of small typos | Q | A | ---------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3+ | Fixed tickets | Commits ------- 9060c60 Revert "missing backtik" 5484b40 typo, replaced form by from 8cf66f3 replaced forgo by forgot 0d38c05 removed unnecessary parentheses 1fc47f2 missing backtik
2 parents 236d8e0 + b9411fc commit c4eb628
Copy full SHA for c4eb628

File tree

Expand file treeCollapse file tree

3 files changed

+8
-8
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+8
-8
lines changed

‎components/http_foundation/introduction.rst

Copy file name to clipboardExpand all lines: components/http_foundation/introduction.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ on how this is used in the Symfony2 framework, see
177177
:ref:`the Symfony2 book <book-fundamentals-attributes>`.
178178

179179
Finally, the raw data sent with the request body can be accessed using
180-
:method:`Symfony\\Component\\HttpFoundation\\Request::getContent()`::
180+
:method:`Symfony\\Component\\HttpFoundation\\Request::getContent`::
181181

182182
$content = $request->getContent();
183183

‎components/translation/introduction.rst

Copy file name to clipboardExpand all lines: components/translation/introduction.rst
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,19 +70,19 @@ Loader too. The default loaders are:
7070
* :class:`Symfony\\Component\\Translation\\Loader\\CsvFileLoader` - to load
7171
catalogs from CSV files.
7272
* :class:`Symfony\\Component\\Translation\\Loader\\IcuDatFileLoader` - to load
73-
catalogs form resource bundles.
73+
catalogs from resource bundles.
7474
* :class:`Symfony\\Component\\Translation\\Loader\\IcuResFileLoader` - to load
75-
catalogs form resource bundles.
75+
catalogs from resource bundles.
7676
* :class:`Symfony\\Component\\Translation\\Loader\\IniFileLoader` - to load
77-
catalogs form ini files.
77+
catalogs from ini files.
7878
* :class:`Symfony\\Component\\Translation\\Loader\\MoFileLoader` - to load
79-
catalogs form gettext files.
79+
catalogs from gettext files.
8080
* :class:`Symfony\\Component\\Translation\\Loader\\PhpFileLoader` - to load
8181
catalogs from PHP files.
8282
* :class:`Symfony\\Component\\Translation\\Loader\\PoFileLoader` - to load
83-
catalogs form gettext files.
83+
catalogs from gettext files.
8484
* :class:`Symfony\\Component\\Translation\\Loader\\QtFileLoader` - to load
85-
catalogs form QT XML files.
85+
catalogs from QT XML files.
8686
* :class:`Symfony\\Component\\Translation\\Loader\\XliffFileLoader` - to load
8787
catalogs from Xliff files.
8888
* :class:`Symfony\\Component\\Translation\\Loader\\YamlFileLoader` - to load

‎reference/configuration/framework.rst

Copy file name to clipboardExpand all lines: reference/configuration/framework.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ would be ``/images/logo.png?version=5``.
423423

424424
URL rewrite rules could then be used to disregard the version prefix before
425425
serving the asset. Alternatively, you could copy assets to the appropriate
426-
version path as part of your deployment process and forgo any URL rewriting.
426+
version path as part of your deployment process and forgot any URL rewriting.
427427
The latter option is useful if you would like older asset versions to remain
428428
accessible at their original URL.
429429

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.