From d2ed5c47f96041e0b08708ee820296db0b8674f6 Mon Sep 17 00:00:00 2001 From: Paolo Tranquilli Date: Thu, 24 Feb 2022 14:28:21 +0100 Subject: [PATCH] fix typo --- docs/pre-commit-hook-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pre-commit-hook-setup.md b/docs/pre-commit-hook-setup.md index a745d72fc81..762ec1ca9c4 100644 --- a/docs/pre-commit-hook-setup.md +++ b/docs/pre-commit-hook-setup.md @@ -28,7 +28,7 @@ If you want to change any behaviour (for example, you want to skip the out-of-sy ``` cp .pre-commit-config.yaml ~/my-codeql-pre-commit-config.yaml pre-commit install --config ~/my-codeql-pre-commit-config.yaml -# edit ~/my-codeql-pre-commit-config.yaml to your linking +# edit ~/my-codeql-pre-commit-config.yaml to your liking ``` You can for example: