From 3293d9194cef1ab9f04d294aca45400e4753c4e9 Mon Sep 17 00:00:00 2001 From: Klagarge Date: Thu, 4 Jun 2026 13:58:17 +0200 Subject: [PATCH] docs(GULAG): fix typo Signed-off-by: Klagarge --- GULAG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GULAG.md b/GULAG.md index 57eabad..b617617 100644 --- a/GULAG.md +++ b/GULAG.md @@ -2,7 +2,7 @@ ## General - Git history **has** to be kept linear. Branches **have** to be __rebased__ before being merged. -- Merge commit is stricly forbidden. +- Merge commit is strictly forbidden. - Force pushes are disallowed on shared branches unless discussed beforehand with affected people. ## Branches