Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit a770a6e

Browse files
Merge pull request #1499 from Wilfred/patch-1
Spelling fix
2 parents 562ee9c + ef437b3 commit a770a6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scripts/factoid.coffee

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# ~<factoid> - Prints the factoid, if it exists. Otherwise tells you there is no factoid
1515
# ~tell <user> about <factoid> - Tells the user about a factoid, if it exists
1616
# ~~<user> <factoid> - Same as ~tell, less typing
17-
# <factoid>? - Same as ~<factiod> except for there is no response if not found
17+
# <factoid>? - Same as ~<factoid> except for there is no response if not found
1818
# hubot no, <factoid> is <some phrase, link, whatever> - Replaces the full definition of a factoid
1919
# hubot factoids list - List all factoids
2020
# hubot factoid delete "<factoid>" - delete a factoid
@@ -99,4 +99,4 @@ module.exports = (robot) ->
9999
msg.send factoids.list().join('\n')
100100

101101
robot.respond /factoids? delete "(.*)"$/i, (msg) ->
102-
msg.reply factoids.delFactoid msg.match[1]
102+
msg.reply factoids.delFactoid msg.match[1]

0 commit comments

Comments
 (0)