diff options
author | ClobberXD <ClobberXD@gmail.com> | 2018-11-09 16:28:39 +0530 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2018-11-09 10:58:39 +0000 |
commit | aeafb8247f1977fd2ca44e15612ba8c20d7ab908 (patch) | |
tree | d5a1effe3aa28cbe2e49a54f5922ad1f1cee7c3f | |
parent | 75bab28d8250c6287b6ee8d3bfd21751badec2bd (diff) | |
download | cheatdb-aeafb8247f1977fd2ca44e15612ba8c20d7ab908.tar.xz |
Fix grammar in jumbotron
-rw-r--r-- | app/templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/templates/index.html b/app/templates/index.html index e79da35..47efd3d 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -12,8 +12,8 @@ Welcome <p> Minetest's official content repository. Browse {{ count }} packages, - majority of which available under a free and open source - license. + the majority of which are available under a free + and open source license. </p> <form method="get" action="/packages/"> |