From 149c384dce69d12ecda6a77ebe8ca165b9fc6116 Mon Sep 17 00:00:00 2001 From: Brit Butler Date: Wed, 20 Feb 2013 13:44:57 -0500 Subject: [PATCH] Fix docs thinko. Don't hack so late. --- docs/plugin-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugin-api.md b/docs/plugin-api.md index 7e7d569..5b71ea4 100644 --- a/docs/plugin-api.md +++ b/docs/plugin-api.md @@ -23,4 +23,4 @@ * **New content types**, for example a bookmark-like content type such as ["shouts"](http://paste.lisp.org/display/134453). This has not yet been attempted as a plugin but should be possible without much difficulty. -* **New service integrations**, for example crossposting to twitter/facebook/tumblr/livejournal/etc, should also be possible by adding an :after hook to the deploy method as with hosting. Alternately, an :after hook on the [`render`](the [`render`](http://redlinernotes.com/docs/coleslaw.html#render_func) method might be used. +* **New service integrations**, for example crossposting to twitter/facebook/tumblr/livejournal/etc, should also be possible by adding an :after hook to the deploy method as with hosting. Alternately, an :after hook on the [`render`](http://redlinernotes.com/docs/coleslaw.html#render_func) method might be used.