diff --git a/website/docs/usage/rule-based-matching.jade b/website/docs/usage/rule-based-matching.jade index 8588729b6..71400ea55 100644 --- a/website/docs/usage/rule-based-matching.jade +++ b/website/docs/usage/rule-based-matching.jade @@ -408,7 +408,7 @@ p | To label the hashtags, we first need to add a new custom flag. | #[code IS_HASHTAG] will be the flag's ID, which you can use to assign it | to the hashtag's span, and check its value via a token's - | #[+api("token#check_flag") #[code code check_flag()]] method. On each + | #[+api("token#check_flag") #[code check_flag()]] method. On each | match, we merge the hashtag and assign the flag. +code.