Skip to content
Snippets Groups Projects
Commit e143ae3c authored by Jacob Rockowitz's avatar Jacob Rockowitz
Browse files

Fix minor typo

parent e8ce44f2
No related branches found
Tags 1.0.0-alpha2
No related merge requests found
......@@ -34,7 +34,7 @@ Configuration
- Go to the Schema.org properties configuration page.
(/admin/config/search/schemadotorg/settings/properties)
- Go to the 'Existing vlues autocomplete widget settings' details.
- Go to the 'Existing values autocomplete widget settings' details.
- Enter Schema.org properties that should use the Existing Values Autocomplete Widget.
schemadotorg_existing_values_autocomplete_widget.settings:
type: config_entity
label: Schema.org Existing vlues autocomplete widget settings
label: Schema.org Existing values autocomplete widget settings
mapping:
default_properties:
type: sequence
......
......@@ -50,7 +50,7 @@ function schemadotorg_existing_values_autocomplete_widget_schemadotorg_property_
function schemadotorg_existing_values_autocomplete_widget_form_schemadotorg_properties_settings_form_alter(array &$form, FormStateInterface $form_state): void {
$form['schemadotorg_existing_values_autocomplete_widget'] = [
'#type' => 'details',
'#title' => t('Existing vlues autocomplete widget settings'),
'#title' => t('Existing values autocomplete widget settings'),
'#open' => TRUE,
'#tree' => TRUE,
];
......
......@@ -7,7 +7,7 @@ namespace Drupal\Tests\schemadotorg_existing_values_autocomplete_widget\Function
use Drupal\Tests\schemadotorg\Functional\SchemaDotOrgBrowserTestBase;
/**
* Tests the functionality of the Schema.org Existing vlues autocomplete widget settings form.
* Tests the functionality of the Schema.org Existing values autocomplete widget settings form.
*
* @group schemadotorg
*/
......@@ -31,7 +31,7 @@ class SchemaDotOrgExistingValuesAutocompleteWidgetSettingsFormTest extends Schem
}
/**
* Test Schema.org Existing vlues autocomplete widget settings form.
* Test Schema.org Existing values autocomplete widget settings form.
*/
public function testSettingsForm(): void {
$this->assertSaveSettingsConfigForm('schemadotorg_existing_values_autocomplete_widget.settings', '/admin/config/search/schemadotorg/settings/properties');
......
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