From 51064c15efeafa0858f2cbe698e15be472252f43 Mon Sep 17 00:00:00 2001 From: Leon Stringer Date: Tue, 11 Mar 2025 14:47:14 +0000 Subject: [PATCH] Fix broken formatting --- docs/apis/subsystems/privacy/index.md | 2 +- versioned_docs/version-4.1/apis/subsystems/privacy/index.md | 2 +- versioned_docs/version-4.3/apis/subsystems/privacy/index.md | 2 +- versioned_docs/version-4.4/apis/subsystems/privacy/index.md | 2 +- versioned_docs/version-4.5/apis/subsystems/privacy/index.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/apis/subsystems/privacy/index.md b/docs/apis/subsystems/privacy/index.md index fd7e40c207..acfbb31b69 100644 --- a/docs/apis/subsystems/privacy/index.md +++ b/docs/apis/subsystems/privacy/index.md @@ -975,7 +975,7 @@ class provider implements core_userlist_provider { ## Tips for development - While implementing the privacy API into your plugin, there are CLI scripts that can help you to test things on the fly. Just don't forget these are not supposed to replace proper unit tests. See [Privacy API/Utilities](./utils.md) for details. -- Inherit Unit tests from the `core_privacy\tests\provider_testcase, not advanced_testcase`. Advanced test case doesn't reset the Privacy content_writer between tests! +- Inherit Unit tests from the `core_privacy\tests\provider_testcase`, not `advanced_testcase`. Advanced test case doesn't reset the Privacy content_writer between tests! ## See also diff --git a/versioned_docs/version-4.1/apis/subsystems/privacy/index.md b/versioned_docs/version-4.1/apis/subsystems/privacy/index.md index 0b056ea84d..1e59159c64 100644 --- a/versioned_docs/version-4.1/apis/subsystems/privacy/index.md +++ b/versioned_docs/version-4.1/apis/subsystems/privacy/index.md @@ -975,7 +975,7 @@ class provider implements core_userlist_provider { ## Tips for development - While implementing the privacy API into your plugin, there are CLI scripts that can help you to test things on the fly. Just don't forget these are not supposed to replace proper unit tests. See [Privacy API/Utilities](./utils.md) for details. -- Inherit Unit tests from the `core_privacy\tests\provider_testcase, not advanced_testcase`. Advanced test case doesn't reset the Privacy content_writer between tests! +- Inherit Unit tests from the `core_privacy\tests\provider_testcase`, not `advanced_testcase`. Advanced test case doesn't reset the Privacy content_writer between tests! ## See also diff --git a/versioned_docs/version-4.3/apis/subsystems/privacy/index.md b/versioned_docs/version-4.3/apis/subsystems/privacy/index.md index 0b056ea84d..1e59159c64 100644 --- a/versioned_docs/version-4.3/apis/subsystems/privacy/index.md +++ b/versioned_docs/version-4.3/apis/subsystems/privacy/index.md @@ -975,7 +975,7 @@ class provider implements core_userlist_provider { ## Tips for development - While implementing the privacy API into your plugin, there are CLI scripts that can help you to test things on the fly. Just don't forget these are not supposed to replace proper unit tests. See [Privacy API/Utilities](./utils.md) for details. -- Inherit Unit tests from the `core_privacy\tests\provider_testcase, not advanced_testcase`. Advanced test case doesn't reset the Privacy content_writer between tests! +- Inherit Unit tests from the `core_privacy\tests\provider_testcase`, not `advanced_testcase`. Advanced test case doesn't reset the Privacy content_writer between tests! ## See also diff --git a/versioned_docs/version-4.4/apis/subsystems/privacy/index.md b/versioned_docs/version-4.4/apis/subsystems/privacy/index.md index 0b056ea84d..1e59159c64 100644 --- a/versioned_docs/version-4.4/apis/subsystems/privacy/index.md +++ b/versioned_docs/version-4.4/apis/subsystems/privacy/index.md @@ -975,7 +975,7 @@ class provider implements core_userlist_provider { ## Tips for development - While implementing the privacy API into your plugin, there are CLI scripts that can help you to test things on the fly. Just don't forget these are not supposed to replace proper unit tests. See [Privacy API/Utilities](./utils.md) for details. -- Inherit Unit tests from the `core_privacy\tests\provider_testcase, not advanced_testcase`. Advanced test case doesn't reset the Privacy content_writer between tests! +- Inherit Unit tests from the `core_privacy\tests\provider_testcase`, not `advanced_testcase`. Advanced test case doesn't reset the Privacy content_writer between tests! ## See also diff --git a/versioned_docs/version-4.5/apis/subsystems/privacy/index.md b/versioned_docs/version-4.5/apis/subsystems/privacy/index.md index fd7e40c207..acfbb31b69 100644 --- a/versioned_docs/version-4.5/apis/subsystems/privacy/index.md +++ b/versioned_docs/version-4.5/apis/subsystems/privacy/index.md @@ -975,7 +975,7 @@ class provider implements core_userlist_provider { ## Tips for development - While implementing the privacy API into your plugin, there are CLI scripts that can help you to test things on the fly. Just don't forget these are not supposed to replace proper unit tests. See [Privacy API/Utilities](./utils.md) for details. -- Inherit Unit tests from the `core_privacy\tests\provider_testcase, not advanced_testcase`. Advanced test case doesn't reset the Privacy content_writer between tests! +- Inherit Unit tests from the `core_privacy\tests\provider_testcase`, not `advanced_testcase`. Advanced test case doesn't reset the Privacy content_writer between tests! ## See also