mod_pubsub_text_interface/README: Fix typo (thanks perflyst)
authorKim Alvefur <zash@zash.se>
Mon, 07 Jan 2019 19:46:04 +0100
changeset 3440 12c7c0d7e1b0
parent 3439 26a549513f02
child 3441 ce5d1fa69ba3
mod_pubsub_text_interface/README: Fix typo (thanks perflyst)
mod_pubsub_text_interface/README.markdown
--- a/mod_pubsub_text_interface/README.markdown	Sun Jan 06 10:27:55 2019 +0100
+++ b/mod_pubsub_text_interface/README.markdown	Mon Jan 07 19:46:04 2019 +0100
@@ -8,7 +8,7 @@
 # Configuring
 
 ``` {.lua}
-Component "pubsub.example.com" "pubub"
+Component "pubsub.example.com" "pubsub"
 modules_enabled = {
     "pubsub_text_interface",
 }