From 1541e4143c788cf2e6fdd29d5f32cf61c3da2250 Mon Sep 17 00:00:00 2001
From: Anika Henke <anika@selfthinker.org>
Date: Sun, 27 May 2012 13:22:27 +0100
Subject: [PATCH] fixed small typo in wiki:syntax (FS#2528)

---
 data/pages/wiki/syntax.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/pages/wiki/syntax.txt b/data/pages/wiki/syntax.txt
index 8644119ec..dd3154ef0 100644
--- a/data/pages/wiki/syntax.txt
+++ b/data/pages/wiki/syntax.txt
@@ -386,7 +386,7 @@ The following language strings are currently recognized: //4cs, 6502acme, 6502ki
 
 ==== Downloadable Code Blocks ====
 
-When you use the ''%%<code>%%'' or ''%%<file>%%'' syntax as above, you might want to make the shown code available for download as well. You can to this by specifying a file name after language code like this:
+When you use the ''%%<code>%%'' or ''%%<file>%%'' syntax as above, you might want to make the shown code available for download as well. You can do this by specifying a file name after language code like this:
 
 <code>
 <file php myexample.php>
-- 
GitLab