From f27d2159042f69ad7341d8d1f3d9021bdfa45312 Mon Sep 17 00:00:00 2001 From: Julien Boulen Date: Fri, 10 Jan 2025 12:56:12 +0100 Subject: [PATCH] [docs] Fix a small typo on a git command in fixups.md --- general/development/abc/fixups.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general/development/abc/fixups.md b/general/development/abc/fixups.md index 7a361ce4d..44501713f 100644 --- a/general/development/abc/fixups.md +++ b/general/development/abc/fixups.md @@ -36,7 +36,7 @@ Changes not staged for commit: no changes added to commit (use "git add" and/or "git commit -a") ``` -If your only goal was to make an updated commit for integration, you could do `git commit -a --ammend`. However, to be nice to the integrator, it is better to make a separate commit: +If your only goal was to make an updated commit for integration, you could do `git commit -a --amend`. However, to be nice to the integrator, it is better to make a separate commit: ``` $ git commit -a -m "MDL-12345 code review changes"