diff --git a/components/expression_language/syntax.rst b/components/expression_language/syntax.rst index 4a45f9fbe55..80a3567362d 100644 --- a/components/expression_language/syntax.rst +++ b/components/expression_language/syntax.rst @@ -28,8 +28,8 @@ Working with Objects When passing objects into an expression, you can use different syntaxes to access properties and call methods on the object. -Accessing Public Methods -~~~~~~~~~~~~~~~~~~~~~~~~ +Accessing Public Properties +~~~~~~~~~~~~~~~~~~~~~~~~~~~ Public properties on objects can be accessed by using the ``.`` syntax, similar to JavaScript::