From 22fd17bda5f30ef801b152870b451f62869288bc Mon Sep 17 00:00:00 2001 From: xpetit <32063953+xpetit@users.noreply.github.com> Date: Fri, 18 Jun 2021 22:35:58 +0200 Subject: [PATCH] Typo --- subjects/hello_rust/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/hello_rust/README.md b/subjects/hello_rust/README.md index 5761ab5c..e7de9f3a 100644 --- a/subjects/hello_rust/README.md +++ b/subjects/hello_rust/README.md @@ -50,7 +50,7 @@ create and edit the .gitignore file in your repository and add this line: **/target/* ``` -The goal of this setup is to avoid any binary files to be pushed in your gitea accidentaly. +The goal of this setup is to avoid any binary files to be pushed in your Gitea accidentally. Do not forget to push it to your repository.