From 9ce44166d7d985a1ba4e4fb85a8c153615c82703 Mon Sep 17 00:00:00 2001 From: RunDevelopment Date: Mon, 30 Jul 2018 17:19:45 +0200 Subject: [PATCH] Fixed empty like in extending --- extending.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extending.html b/extending.html index 11c647f787..59101b6ff9 100644 --- a/extending.html +++ b/extending.html @@ -137,7 +137,7 @@

Writing plugins

} });

Of course, to understand which hooks to use you would have to read Prism’s source. Imagine where you would add your code and then find the appropriate hook. - If there is no hook you can use, you may request one to be added, detailing why you need it there. + If there is no hook you can use, you may request one to be added, detailing why you need it there.