Skip to content
Snippets Groups Projects
Commit 507d6fbf authored by Ankit Pathak's avatar Ankit Pathak
Browse files

Typo fix.

parent 810855a3
No related branches found
No related tags found
1 merge request!5Resolve #3433700 "Automated drupal 11"
......@@ -106,7 +106,7 @@ class OpenApiUi extends RenderElement {
$schema = Url::fromUri($schema);
$element['#openapi_schema'] = $schema;
}
// If schema is not a complient array or a URL, quit rendering.
// If schema is not a compliant array or a URL, quit rendering.
if (!(is_array($schema) || $schema instanceof Url)) {
$messenger->addError(t('Invalid schema source provided.'));
return $element;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment