From 049d1c607d2f44195aa689e0d630665112dc9d1f Mon Sep 17 00:00:00 2001 From: kraktus <56031107+kraktus@users.noreply.github.com> Date: Wed, 29 Apr 2020 20:10:06 +0100 Subject: [PATCH] fix typo --- app/views/site/faq.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/site/faq.scala b/app/views/site/faq.scala index ad91920957..ba2ff87749 100644 --- a/app/views/site/faq.scala +++ b/app/views/site/faq.scala @@ -206,7 +206,7 @@ object faq { p( showYourTitle( a(href := routes.Main.verifyTitle())(verificationForm()), - a(href := "#lm")("Lichess master (LM)" + a(href := "#lm")("Lichess master (LM)") ) ) ),