Skip to content

Commit 6e2e088

Browse files
authored
Merge pull request #1275 from dirschn/patch-1
Fix typo
2 parents 941bd4a + 7b636b3 commit 6e2e088

File tree

5 files changed

+5
-5
lines changed
  • docs/apis/plugintypes/blocks
  • versioned_docs
    • version-4.1/apis/plugintypes/blocks
    • version-4.3/apis/plugintypes/blocks
    • version-4.4/apis/plugintypes/blocks
    • version-4.5/apis/plugintypes/blocks

5 files changed

+5
-5
lines changed

docs/apis/plugintypes/blocks/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ Apart from the specific block instance configuration, the block plugin can use g
372372

373373
:::note
374374

375-
Global settings are not part of hte block instance and should be accessed via the global get_config method. For example:
375+
Global settings are not part of the block instance and should be accessed via the global get_config method. For example:
376376

377377
```php
378378
$settingvalue = get_config('block_pluginname', 'settingname');

versioned_docs/version-4.1/apis/plugintypes/blocks/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ Apart from the specific block instance configuration, the block plugin can use g
372372

373373
:::note
374374

375-
Global settings are not part of hte block instance and should be accessed via the global get_config method. For example:
375+
Global settings are not part of the block instance and should be accessed via the global get_config method. For example:
376376

377377
```php
378378
$settingvalue = get_config('block_pluginname', 'settingname');

versioned_docs/version-4.3/apis/plugintypes/blocks/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ Apart from the specific block instance configuration, the block plugin can use g
372372

373373
:::note
374374

375-
Global settings are not part of hte block instance and should be accessed via the global get_config method. For example:
375+
Global settings are not part of the block instance and should be accessed via the global get_config method. For example:
376376

377377
```php
378378
$settingvalue = get_config('block_pluginname', 'settingname');

versioned_docs/version-4.4/apis/plugintypes/blocks/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ Apart from the specific block instance configuration, the block plugin can use g
372372

373373
:::note
374374

375-
Global settings are not part of hte block instance and should be accessed via the global get_config method. For example:
375+
Global settings are not part of the block instance and should be accessed via the global get_config method. For example:
376376

377377
```php
378378
$settingvalue = get_config('block_pluginname', 'settingname');

versioned_docs/version-4.5/apis/plugintypes/blocks/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ Apart from the specific block instance configuration, the block plugin can use g
372372

373373
:::note
374374

375-
Global settings are not part of hte block instance and should be accessed via the global get_config method. For example:
375+
Global settings are not part of the block instance and should be accessed via the global get_config method. For example:
376376

377377
```php
378378
$settingvalue = get_config('block_pluginname', 'settingname');

0 commit comments

Comments
 (0)