about summary refs log tree commit diff
path: root/hosted/create.html
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-10-19 00:55:42 +0200
committerEmile <hanemile@protonmail.com>2019-10-19 00:55:42 +0200
commit18aed57a3829e1a5d2680068adfdeae464c6451d (patch)
tree3451776b3eaacc30af3660ffc2d6f8bf9b7f02d4 /hosted/create.html
parentb674fc35ad25e90db13f1f5a7ae8eb08232782a7 (diff)
formatting
Diffstat (limited to 'hosted/create.html')
-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>