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

Issue #2605264 by rakesh.gectcr: Fixing typos for core/lib/Drupal/Core/Entity

parent 57778164
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ public function __construct(SelectionPluginManagerInterface $selection_manager)
* autocomplete API (e.g. array('value' => $value, 'label' => $label)).
*
* @throws \Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException
* Thrown when the current user doesn't have access to the specifies entity.
* Thrown when the current user doesn't have access to the specified entity.
*
* @see \Drupal\system\Controller\EntityAutocompleteController
*/
......
......@@ -96,7 +96,7 @@ public function execute() {
* Returns the called object.
*
* @throws \Drupal\Core\Entity\Query\QueryException
* Thrown if the base table does not exists.
* Thrown if the base table does not exist.
*/
protected function prepare() {
if ($this->allRevisions) {
......
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