]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/plugins/write/external.mdwn
only darcs add files not yet in version control
[git.ikiwiki.info.git] / doc / plugins / write / external.mdwn
index cffbed86c6544556c6ca919278c955e91339587d..272f74a7c9d76d59bb7df14cdfcfd04bcffd0a3b 100644 (file)
@@ -134,7 +134,7 @@ large quantity of data conversion going on. In contrast, `preprocess` hooks
 are called generally rarely, and pass around minimal data.
 
 External plugins should avoid making RPC calls unnecessarily (ie, in a loop).
-Memorizing the results of appropriate RPC calls is one good way to minimize the
+Memoizing the results of appropriate RPC calls is one good way to minimize the
 number of calls.
 
 Injecting a replacement for a commonly called ikiwiki function