]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/tips/optimising_ikiwiki.mdwn
typo
[ikiwiki.git] / doc / tips / optimising_ikiwiki.mdwn
index 579157291ff01772ea57d03e38a07c8270d2d7ef..6d09976032898a0fe40f70acb221b6609f641f4a 100644 (file)
@@ -34,7 +34,7 @@ when their wiki was small, and found it got slower as they added pages.
 
 ## use the latest version
 
-If your version of ikiwiki is not [[!verison]], try upgrading. New
+If your version of ikiwiki is not [[!version]], try upgrading. New
 optimisations are frequently added to ikiwiki, some of them yielding
 *enormous* speed increases.
 
@@ -133,7 +133,7 @@ This site's own [[plugins/linkmap]] rarely slows it down, because it
 only shows the [[index]] page, and the small set of pages that link to it.
 That is accomplished as follows:
 
-       \[!linkmap pages="index or (backlink(index)"]]
+       \[[!linkmap pages="index or (backlink(index)"]]
 
 ## overhead of the search plugin