From 28e180b66b2bcfefe401270a8dbcae11de112bf3 Mon Sep 17 00:00:00 2001 From: Devin Sevilla Date: Fri, 11 Jul 2025 22:11:17 -0700 Subject: [PATCH] Fix typo in reduce-security-debt.md --- .../driving-downstream-impact/reduce-security-debt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/copilot/tutorials/rolling-out-github-copilot-at-scale/driving-downstream-impact/reduce-security-debt.md b/content/copilot/tutorials/rolling-out-github-copilot-at-scale/driving-downstream-impact/reduce-security-debt.md index 19c69efc04fe..86f69da49854 100644 --- a/content/copilot/tutorials/rolling-out-github-copilot-at-scale/driving-downstream-impact/reduce-security-debt.md +++ b/content/copilot/tutorials/rolling-out-github-copilot-at-scale/driving-downstream-impact/reduce-security-debt.md @@ -46,7 +46,7 @@ When issues are identified, {% data variables.product.prodname_copilot_short %} #### Ongoing maintenance -{% data variables.product.prodname_copilot_short %} integrates with {% data variables.product.github %}'a code scanning capabilities to keep your existing codebase secure. When code scanning identifies a potential security alert, {% data variables.copilot.copilot_autofix_short %} can intelligently analyze the vulnerability and provide targeted, context-specific recommendations to resolve it. +{% data variables.product.prodname_copilot_short %} integrates with {% data variables.product.github %}'s code scanning capabilities to keep your existing codebase secure. When code scanning identifies a potential security alert, {% data variables.copilot.copilot_autofix_short %} can intelligently analyze the vulnerability and provide targeted, context-specific recommendations to resolve it. These concrete fix suggestions streamline remediation, reducing the time developers spend researching vulnerabilities and figuring out how to address them. As a result, security alerts are resolved more efficiently and are less likely to linger or contribute to ongoing security debt.