From ac70c1769a62d968d34ddf1fc4e20ec47011938d Mon Sep 17 00:00:00 2001
From: Alexander Schoch <alexander.schoch@bluewin.ch>
Date: Fri, 17 Jan 2020 11:45:52 +0100
Subject: [PATCH] fixed typo

---
 git_gitlab_course/boilerplate-single.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/git_gitlab_course/boilerplate-single.html b/git_gitlab_course/boilerplate-single.html
index 11f1939..4d72cc8 100644
--- a/git_gitlab_course/boilerplate-single.html
+++ b/git_gitlab_course/boilerplate-single.html
@@ -94,7 +94,7 @@ nothing to commit (create/copy files and use "git add" to track)
 ---
 
 # Change something & commit it
-In your folder `mywebsite` create a file `helloworld.html` with the conent
+In your folder `mywebsite` create a file `helloworld.html` with the content
 
 ```html
 <html>
-- 
GitLab