From cc6d580ceff62a517d1446620e7e6971885b58ec Mon Sep 17 00:00:00 2001 From: ocnu <76622002+ocnu@users.noreply.github.com> Date: Sun, 1 Feb 2026 23:51:39 -0600 Subject: [PATCH] docs: fix typo in README Corrected the spelling of commiting to committing for better readability. --- API Key Leaks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API Key Leaks/README.md b/API Key Leaks/README.md index 71101bd..b14e563 100644 --- a/API Key Leaks/README.md +++ b/API Key Leaks/README.md @@ -88,7 +88,7 @@ Use [streaak/keyhacks](https://github.com/streaak/keyhacks) or read the document ## Reducing The Attack Surface -Check the existence of a private key or AWS credentials before commiting your changes in a GitHub repository. +Check the existence of a private key or AWS credentials before committing your changes in a GitHub repository. Add these lines to your `.pre-commit-config.yaml` file.