From 501e18287934c61c2aeaa4910120d7dc29a480eb Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Thu, 28 Nov 2024 12:34:39 +0100 Subject: [PATCH] IQS docs: integration removal: rephrase example (#2477) --- .../rules/docs-removal-instructions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/core/integration-quality-scale/rules/docs-removal-instructions.md b/docs/core/integration-quality-scale/rules/docs-removal-instructions.md index a1371336..67fe2d1e 100644 --- a/docs/core/integration-quality-scale/rules/docs-removal-instructions.md +++ b/docs/core/integration-quality-scale/rules/docs-removal-instructions.md @@ -10,9 +10,9 @@ The documentation should provide clear instructions on how to remove the device ## Example implementation ```markdown showLineNumbers -## Remove integration +## Removing the integration -This integration can be removed by following these steps: +This integration follows standard integration removal. No extra steps are required. {% include integrations/remove_device_service.md %} @@ -21,4 +21,4 @@ After deleting the integration, go to the app of the manufacturer and remove the ## Exceptions -There are no exceptions to this rule. \ No newline at end of file +There are no exceptions to this rule.