about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--hosted/create.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosted/create.html b/hosted/create.html
index d21d492..d46907d 100644
--- a/hosted/create.html
+++ b/hosted/create.html
@@ -60,7 +60,7 @@
 
 		          <div class="form-group">
 		        	<label for="challengeContainer">Container</label>
-		        	<input type="text" class="form-control" id="challengeContainer" placeholder="conatiner-name">
+		        	<input type="text" class="form-control" id="challengeContainer" placeholder="container-name">
 		        	<small id="challengeFlag" class="form-text text-muted">Enter the name of the docker-container the challenge is based on. <br> Example: registry.darknebu.la/ctf-challenges/snakebtte</small>
 		          </div>