From 4e73422e19cfcb4977e063572e5c7782c18535b1 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Thu, 12 Oct 2023 11:50:29 +0200 Subject: [PATCH] contrib doc: remove extraneous word --- src/doc/contrib/src/process/working-on-cargo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/contrib/src/process/working-on-cargo.md b/src/doc/contrib/src/process/working-on-cargo.md index 1567197c4a9..2d0a99cedbc 100644 --- a/src/doc/contrib/src/process/working-on-cargo.md +++ b/src/doc/contrib/src/process/working-on-cargo.md @@ -20,7 +20,7 @@ we even find a way to solve the problem without coding! Typically, you pull request. Please read [the process] of how features and bugs are managed in Cargo. -## Checkout out the source +## Checkout the source We use the "fork and pull" model [described here][development-models], where contributors push changes to their personal fork and [create pull requests] to