From 913c60f71c709317223fd246ff64f20cb3a3e8a1 Mon Sep 17 00:00:00 2001
From: Gregor Schmidt <ruby@schmidtwisser.de>
Date: Mon, 2 May 2011 15:06:41 +0200
Subject: [PATCH] Fixing typo

---
 app/views/help/wiki_syntax_detailed.html.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/views/help/wiki_syntax_detailed.html.erb b/app/views/help/wiki_syntax_detailed.html.erb
index f023d4d43..28a6bc779 100644
--- a/app/views/help/wiki_syntax_detailed.html.erb
+++ b/app/views/help/wiki_syntax_detailed.html.erb
@@ -198,7 +198,7 @@ p>. right aligned
 p=. centered
 </pre>
 
-        <p style="text-align:center;">This is centered paragraph.</p>
+        <p style="text-align:center;">This is a centered paragraph.</p>
 
 
         <h3><a name="10" class="wiki-page"></a>Blockquotes</h3>
-- 
GitLab