From 8ad4efb3d02531f80a5336894b50d18687d4dfc9 Mon Sep 17 00:00:00 2001 From: xamidev Date: Sun, 11 Aug 2024 11:10:53 +0200 Subject: [PATCH] Fix doc typo --- DEVELOPERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPERS.md b/DEVELOPERS.md index 9236897..34a2609 100644 --- a/DEVELOPERS.md +++ b/DEVELOPERS.md @@ -67,7 +67,7 @@ If possible make sure that the new command name is aligned with the other ones. ### Step 3 - Compiling and linking -The linking process should be taken care by the appropriate Linker script `link.ld` and the Makefile instructions and targets. Nothing should be changed in those files, and your source files should be added automatically. +The linking process should be taken care of by the appropriate Linker script `link.ld` and the Makefile instructions and targets. Nothing should be changed in those files, and your source files should be added automatically. ### Step 4 - Contributing to the project (optional)