From bda4081d3565162fdef9c0a3affe060a1ccfec3d Mon Sep 17 00:00:00 2001 From: Mathias Markl Date: Sun, 6 May 2018 21:13:52 +0200 Subject: [PATCH] . --- muk_web_preview/doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/muk_web_preview/doc/index.rst b/muk_web_preview/doc/index.rst index e824fff..5a61479 100644 --- a/muk_web_preview/doc/index.rst +++ b/muk_web_preview/doc/index.rst @@ -30,7 +30,7 @@ Framework ============= To extend the preview a new "PreviewHandler" has to be created and subsequently added to the "PreviewGenerator". -In the following steps show the implementation of the image preview. +The following steps show the implementation of the image preview. PreviewHandler --------------