From 301a8085b54c81960f9ff93af041ebe94d8fd418 Mon Sep 17 00:00:00 2001 From: Daniel Quinn Date: Fri, 13 Mar 2020 22:02:03 +0000 Subject: [PATCH] Remove useless backslashes They were rendering in the GitBook which is probably not what you want. --- docs/skill-development/intents/padatious-intents.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/skill-development/intents/padatious-intents.md b/docs/skill-development/intents/padatious-intents.md index 6c5fd11d..30ff3f8e 100644 --- a/docs/skill-development/intents/padatious-intents.md +++ b/docs/skill-development/intents/padatious-intents.md @@ -171,7 +171,7 @@ There is no performance benefit to using parantheses expansion. When used approp ## Using it in a Skill -The `intent_handler\(\)` _decorator_ can be used to create a Padatious intent handler by passing in the filename of the `.intent` file as a string. +The `intent_handler()` _decorator_ can be used to create a Padatious intent handler by passing in the filename of the `.intent` file as a string. From our first example above, we created a file `vocab/en-us/what.is.a.tomato.intent`. To register an intent using this file we can use: