Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitc4eb628

Browse files
committed
minor#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#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 from8cf66f3 replaced forgo by forgot0d38c05 removed unnecessary parentheses1fc47f2 missing backtik
2 parents236d8e0 +b9411fc commitc4eb628

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

‎components/http_foundation/introduction.rst‎

Lines 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‎

Lines 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-
catalogsform resource bundles.
73+
catalogsfrom resource bundles.
7474
*:class:`Symfony\\Component\\Translation\\Loader\\IcuResFileLoader` - to load
75-
catalogsform resource bundles.
75+
catalogsfrom resource bundles.
7676
*:class:`Symfony\\Component\\Translation\\Loader\\IniFileLoader` - to load
77-
catalogsform ini files.
77+
catalogsfrom ini files.
7878
*:class:`Symfony\\Component\\Translation\\Loader\\MoFileLoader` - to load
79-
catalogsform gettext files.
79+
catalogsfrom 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-
catalogsform gettext files.
83+
catalogsfrom gettext files.
8484
*:class:`Symfony\\Component\\Translation\\Loader\\QtFileLoader` - to load
85-
catalogsform QT XML files.
85+
catalogsfrom 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‎

Lines 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 andforgo any URL rewriting.
426+
version path as part of your deployment process andforgot 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)

[8]ページ先頭

©2009-2025 Movatter.jp