diff --git a/docs/apis/plugintypes/blocks/index.md b/docs/apis/plugintypes/blocks/index.md index e625885a21..a71a7df1f2 100644 --- a/docs/apis/plugintypes/blocks/index.md +++ b/docs/apis/plugintypes/blocks/index.md @@ -372,7 +372,7 @@ Apart from the specific block instance configuration, the block plugin can use g :::note -Global settings are not part of hte block instance and should be accessed via the global get_config method. For example: +Global settings are not part of the block instance and should be accessed via the global get_config method. For example: ```php $settingvalue = get_config('block_pluginname', 'settingname'); diff --git a/versioned_docs/version-4.1/apis/plugintypes/blocks/index.md b/versioned_docs/version-4.1/apis/plugintypes/blocks/index.md index e625885a21..a71a7df1f2 100644 --- a/versioned_docs/version-4.1/apis/plugintypes/blocks/index.md +++ b/versioned_docs/version-4.1/apis/plugintypes/blocks/index.md @@ -372,7 +372,7 @@ Apart from the specific block instance configuration, the block plugin can use g :::note -Global settings are not part of hte block instance and should be accessed via the global get_config method. For example: +Global settings are not part of the block instance and should be accessed via the global get_config method. For example: ```php $settingvalue = get_config('block_pluginname', 'settingname'); diff --git a/versioned_docs/version-4.3/apis/plugintypes/blocks/index.md b/versioned_docs/version-4.3/apis/plugintypes/blocks/index.md index e625885a21..a71a7df1f2 100644 --- a/versioned_docs/version-4.3/apis/plugintypes/blocks/index.md +++ b/versioned_docs/version-4.3/apis/plugintypes/blocks/index.md @@ -372,7 +372,7 @@ Apart from the specific block instance configuration, the block plugin can use g :::note -Global settings are not part of hte block instance and should be accessed via the global get_config method. For example: +Global settings are not part of the block instance and should be accessed via the global get_config method. For example: ```php $settingvalue = get_config('block_pluginname', 'settingname'); diff --git a/versioned_docs/version-4.4/apis/plugintypes/blocks/index.md b/versioned_docs/version-4.4/apis/plugintypes/blocks/index.md index e625885a21..a71a7df1f2 100644 --- a/versioned_docs/version-4.4/apis/plugintypes/blocks/index.md +++ b/versioned_docs/version-4.4/apis/plugintypes/blocks/index.md @@ -372,7 +372,7 @@ Apart from the specific block instance configuration, the block plugin can use g :::note -Global settings are not part of hte block instance and should be accessed via the global get_config method. For example: +Global settings are not part of the block instance and should be accessed via the global get_config method. For example: ```php $settingvalue = get_config('block_pluginname', 'settingname'); diff --git a/versioned_docs/version-4.5/apis/plugintypes/blocks/index.md b/versioned_docs/version-4.5/apis/plugintypes/blocks/index.md index e625885a21..a71a7df1f2 100644 --- a/versioned_docs/version-4.5/apis/plugintypes/blocks/index.md +++ b/versioned_docs/version-4.5/apis/plugintypes/blocks/index.md @@ -372,7 +372,7 @@ Apart from the specific block instance configuration, the block plugin can use g :::note -Global settings are not part of hte block instance and should be accessed via the global get_config method. For example: +Global settings are not part of the block instance and should be accessed via the global get_config method. For example: ```php $settingvalue = get_config('block_pluginname', 'settingname');