Skip to content
Snippets Groups Projects
Unverified Commit ae7bca02 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2984955 by neclimdul, alexpott: Fix THe to be The

parent 4ee92a74
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ public function createInstance($plugin_id, array $configuration = []) {
* @param \Drupal\Component\Plugin\Definition\PluginDefinitionInterface|mixed[] $plugin_definition
* The plugin definition associated with the plugin ID.
* @param string $required_interface
* (optional) THe required plugin interface.
* (optional) The required plugin interface.
*
* @return string
* The appropriate class name.
......
......@@ -40,7 +40,7 @@ public function getParentRouteMatch();
* The request.
*
* @return \Drupal\Core\Routing\RouteMatchInterface|null
* THe matching route match, or NULL if there is no matching one.
* The matching route match, or NULL if there is no matching one.
*/
public function getRouteMatchFromRequest(Request $request);
......
......@@ -69,7 +69,7 @@ public function testViewWithNonDefaultPendingRevision() {
'nid' => $node->id(),
// The default revision ID.
'vid_1' => $revision->getRevisionId(),
// THe latest revision ID.
// The latest revision ID.
'vid' => $revision2->getRevisionId(),
],
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment