Skip to content

Commit

Permalink
FIX typo in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan authored Oct 2, 2019
1 parent f873e39 commit 70c1d60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/plain_rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Attribute value of `update` action and template of `post` action are expanded to
values instead of string values when is possible. For example, if we have `{"a": "${x}"}`:

* If the value of attribute `x` is `42` then it will expand do `{"a": 42}` and not to `{"a": "42"}`
* If the value of attribute `x` is `{"hello": "world"}` then it will expand to `{"a": "{/"hello/":/"world/"}"}` (expand to native JSON, i.e. `{"a": {"hello": "world"}}`, is not supported)
* If the value of attribute `x` is `{"hello": "world"}` then it will expand to `{"a": "{\"hello\":\"world\"}"}` (expand to native JSON, i.e. `{"a": {"hello": "world"}}`, is not supported)

### SMS action

Expand Down

0 comments on commit 70c1d60

Please sign in to comment.