From 9da08138e18e27ecc0b374eca9a66bc56bb94dcc Mon Sep 17 00:00:00 2001 From: hanyujie2002 Date: Tue, 9 Apr 2024 09:38:04 +0800 Subject: [PATCH] Documentation: assign-collaboration: Fix typo --- Documentation/teaching/so2/assign-collaboration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/teaching/so2/assign-collaboration.rst b/Documentation/teaching/so2/assign-collaboration.rst index 7f51f7c175dd31..188c18bc66e762 100644 --- a/Documentation/teaching/so2/assign-collaboration.rst +++ b/Documentation/teaching/so2/assign-collaboration.rst @@ -121,7 +121,7 @@ Follow the seven rules of writing a good commit message: https://cbea.ms/git-com Add `TODOs` with each team member tasks. Try to split the work evenly. Before starting to code, make a plan. On top of your skeleton file, add TODOs with each member tasks. Agree on global -structures and the overlall driver design. Then start coding. +structures and the overall driver design. Then start coding. 5. Do reviews -------------