summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfox <[email protected]>2019-03-01 12:00:47 +0000
committerfox <[email protected]>2019-03-01 12:00:47 +0000
commita571a53175c3a975f9ed3b37dde929f1a72be0a4 (patch)
tree064ac96e0f5959c46a9f740419124bf87b7f0e2b
parent3dd4497ad5b6ec63292e844f5760f9012c0cade3 (diff)
Update page 'MakingPlugins'
-rw-r--r--MakingPlugins.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/MakingPlugins.md b/MakingPlugins.md
index 96e58b8..99de733 100644
--- a/MakingPlugins.md
+++ b/MakingPlugins.md
@@ -8,7 +8,7 @@ the database, modify how articles are rendered, alter feed data, and
many more things.
List of hooks you can use is available in <code>classes/pluginhost.php</code>.
-Some javascript hooks are also available <code>(js/PluginHost.js)</code>.
+Some javascript hooks are also available in <code>js/PluginHost.js</code>.
Some example plugins are available in the [samples](https://git.tt-rss.org/git/tt-rss-samples) repository.