From 7b636b3db4d2e3f3e46ec2793b2b5d830d3c4fcc Mon Sep 17 00:00:00 2001 From: Nick Dirschel Date: Wed, 26 Feb 2025 10:12:56 -0500 Subject: [PATCH] Fix typo hte -> the --- docs/apis/plugintypes/blocks/index.md | 2 +- versioned_docs/version-4.1/apis/plugintypes/blocks/index.md | 2 +- versioned_docs/version-4.3/apis/plugintypes/blocks/index.md | 2 +- versioned_docs/version-4.4/apis/plugintypes/blocks/index.md | 2 +- versioned_docs/version-4.5/apis/plugintypes/blocks/index.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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');