10000 Fixed issues discovered by the human reviewers · symfony/symfony-docs@0d28306 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0d28306

Browse files
committed
Fixed issues discovered by the human reviewers
1 parent b85837f commit 0d28306

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

components/class_loader/class_loader.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ is straightforward::
4242
The autoloader is automatically registered in a Symfony application
4343
(see ``app/autoload.php``).
4444

45-
Use the :method:`Symfony\\Component\\ClassLoader\\ClassLoader::addPrefix`
46-
or :method:`Symfony\\Component\\ClassLoader\\ClassLoader::addPrefixes` methods
47-
to register your classes::
45+
Use :method:`Symfony\\Component\\ClassLoader\\ClassLoader::addPrefix` or
46+
:method:`Symfony\\Component\\ClassLoader\\ClassLoader::addPrefixes` to register
47+
your classes::
4848

4949
// register a single namespaces
5050
$loader->addPrefix('Symfony', __DIR__.'/vendor/symfony/symfony/src');

components/config/resources.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@ Loading Resources
1414
Locating Resources
1515
------------------
1616

17-
Loading the configuration normally starts with a search for resources –
18-
in most cases: files. This can be done with the
19-
:class:`Symfony\\Component\\Config\\FileLocator`::
17+
Loading the configuration normally starts with a search for resources, mostly
18+
files. This can be done with the :class:`Symfony\\Component\\Config\\FileLocator`::
2019

2120
use Symfony\Component\Config\FileLocator;
2221

components/dependency_injection/compilation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ The Extension must specify a ``getAlias`` method to implement the interface::
9999
}
100100
}
101101

102-
For YAML configuration files specifying the alias for the Extension as a
102+
For YAML configuration files specifying the alias for the extension as a
103103
key will mean that those values are passed to the Extension's ``load`` method:
104104

105105
.. code-block:: yaml

0 commit comments

Comments
 (0)
0