diff options
author | Emile <hanemile@protonmail.com> | 2019-10-19 00:55:42 +0200 |
---|---|---|
committer | Emile <hanemile@protonmail.com> | 2019-10-19 00:55:42 +0200 |
commit | 18aed57a3829e1a5d2680068adfdeae464c6451d (patch) | |
tree | 3451776b3eaacc30af3660ffc2d6f8bf9b7f02d4 /hosted | |
parent | b674fc35ad25e90db13f1f5a7ae8eb08232782a7 (diff) |
formatting
Diffstat (limited to 'hosted')
-rw-r--r-- | hosted/create.html | 2 |
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> |