diff --git a/website/docs/r/team_routing_rule.html.markdown b/website/docs/r/team_routing_rule.html.markdown
index 28dff1c2..6dd49235 100644
--- a/website/docs/r/team_routing_rule.html.markdown
+++ b/website/docs/r/team_routing_rule.html.markdown
@@ -108,7 +108,7 @@ The following arguments are supported:
* `operation` - (true) It is the operation that will be executed for the given field and key. Possible operations are `matches`, `contains`, `starts-with`, `ends-with`, `equals`, `contains-key`, `contains-value`, `greater-than`, `less-than`, `is-empty` and `equals-ignore-whitespace`.
-* `expectedValue` - (Optional) User defined value that will be compared with alert field according to the operation. Default: empty string.
+* `expected_value` - (Optional) User defined value that will be compared with alert field according to the operation. Default: empty string.
* `order` - (Optional) Order of the condition in conditions list.