Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

Commit

Permalink
Update Bootstrap.rst
Browse files Browse the repository at this point in the history
I had difficulty understanding exactly what was meant here and hope this is still transmitting the correct content :)
  • Loading branch information
griebie committed Jan 20, 2021
1 parent 49390fb commit 8c8ef6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/Extbase/Step3Documentation/Bootstrap.rst
Expand Up @@ -32,8 +32,8 @@ global TypoScript template::
pluginName = Products
}

As soon as you add this Extbase plugin to a page, the method *run* in the class *tx_extbase_core_bootstrap* is
exectued. So that it knows wich extension and plugin we're dealing with, information about the *extensionName* and
As soon as you add this Extbase plugin to a page, the method *run* of the class *tx_extbase_core_bootstrap* is being
exectued. Now the page knows which extension and plugin you're dealing with, information on the *extensionName* and
*pluginName* are passed to the method. This is where the actual bootstrapping takes place.::

$this->initializeObjectManager();
Expand Down

0 comments on commit 8c8ef6a

Please sign in to comment.