From a29d9ffd200a2420e5cd57b61752aa7cc88ec791 Mon Sep 17 00:00:00 2001 From: Katie Horne Date: Mon, 8 Jun 2026 13:09:47 -0400 Subject: [PATCH] fix bad changes --- docs/extensions/pre-commit.md.template.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/extensions/pre-commit.md.template.mdx b/docs/extensions/pre-commit.md.template.mdx index 4168afa9c..249cfffd2 100644 --- a/docs/extensions/pre-commit.md.template.mdx +++ b/docs/extensions/pre-commit.md.template.mdx @@ -29,13 +29,13 @@ repos: ## `pre-commit` with your Semgrep AppSec Platform configuration -You can also run custom rules and rulesets from Semgrep AppSec Platform, similar to running `semgrep ci`. +You can also run custom rules and rulesets from Semgrep AppSec Platform, similar to running `semgrep ci`. Ensure that you are logged in: - og in to your Semgrep account. Running this command launches a browser window, but you can also use the link that's returned in the CLI to proceed: + Log in to your Semgrep account. Running this command launches a browser window, but you can also use the link that's returned in the CLI to proceed: ```bash semgrep login @@ -53,7 +53,7 @@ repos: - repo: https://github.com/semgrep/pre-commit rev: 'SEMGREP_VERSION_LATEST' hooks: - - id: semgrep-ci + - id: semgrep-ci ``` For guidance on customizing Semgrep's behavior in pre-commit, see [Customize Semgrep in pre-commit](/kb/integrations/customize-semgrep-precommit).