summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngelina Filippova <linakirsanova@gmail.com>2020-09-30 00:49:08 +0300
committerAngelina Filippova <linakirsanova@gmail.com>2020-09-30 00:49:08 +0300
commitfe1975064446121a6d1f6c709b1a31c30aaa121a (patch)
treecbc4d52fdf2405844c22b2943301e20e6f95ba9b
parent1b2f7139c87557e63743fb592a7015adaf277f93 (diff)
Fix comma typo
-rw-r--r--config/description.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/description.exs b/config/description.exs
index 14478a119..dd9e46c08 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -44,7 +44,7 @@ frontend_options = [
},
%{
key: "git",
- label: "Git Repository URL"
+ label: "Git Repository URL",
type: :string,
description: "URL of the git repository of the frontend"
},