From 701c16870452a706febe9f9746af50556b642dc1 Mon Sep 17 00:00:00 2001 From: jj <107100255+jjyeo@users.noreply.github.com> Date: Wed, 4 Jun 2025 19:04:28 +0800 Subject: [PATCH] fix: improve Git hook description and fix typo --- .../git-github/content/commit-msg@jzYjHx-gIKSP8dQUTqWVw.md | 2 +- .../sql/content/data-constraints@qBios3sZVhcJMpXmj9f7B.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/roadmaps/git-github/content/commit-msg@jzYjHx-gIKSP8dQUTqWVw.md b/src/data/roadmaps/git-github/content/commit-msg@jzYjHx-gIKSP8dQUTqWVw.md index 6c9ccf16d..2741bf227 100644 --- a/src/data/roadmaps/git-github/content/commit-msg@jzYjHx-gIKSP8dQUTqWVw.md +++ b/src/data/roadmaps/git-github/content/commit-msg@jzYjHx-gIKSP8dQUTqWVw.md @@ -1,6 +1,6 @@ # commit-msg -The commit-msg hook is a client-side hook that runs after you've committed changes to your repository. It's typically used to validate or modify the commit message before it's recorded in the Git history. +The commit-msg hook is a client-side hook that runs after you enter a commit message, but before the commit is finalized in your repository. It's typically used to validate or modify the commit message before it's recorded in the Git history. Visit the following resources to learn more: diff --git a/src/data/roadmaps/sql/content/data-constraints@qBios3sZVhcJMpXmj9f7B.md b/src/data/roadmaps/sql/content/data-constraints@qBios3sZVhcJMpXmj9f7B.md index 167e20072..7a1c308c0 100644 --- a/src/data/roadmaps/sql/content/data-constraints@qBios3sZVhcJMpXmj9f7B.md +++ b/src/data/roadmaps/sql/content/data-constraints@qBios3sZVhcJMpXmj9f7B.md @@ -5,4 +5,4 @@ Data constraints in SQL are rules applied to columns or tables to enforce data i Learn more from the following resources: - [@article@Data Constraints](https://www.w3schools.com/sql/sql_constraints.asp) -- [@article@SQL Contraints](https://www.programiz.com/sql/constraints) \ No newline at end of file +- [@article@SQL Constraints](https://www.programiz.com/sql/constraints) \ No newline at end of file