Skip to content

Commit 063345c

Browse files
author
farah-alyasari
committed
switching branch
1 parent 54f0b55 commit 063345c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-maps/data-driven-style-expressions-web-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The Azure Maps Web SDK supports many types of expressions that can be used on th
5151
| [Variable binding expressions](#variable-binding-expressions) | Variable binding expressions let the results of a calculation be stored in a variable and referenced elsewhere in an expression multiple times without having to recalculate the stored value. |
5252
| [Zoom expression](#zoom-expression) | Retrieves the current zoom level of the map at render time. |
5353

54-
All examples in this document will use the following feature to demonstrate different ways in which the different types of expressions can be used.
54+
All examples in this document use the following feature to demonstrate different ways in which the different types of expressions can be used.
5555

5656
```javascript
5757
{
@@ -85,7 +85,7 @@ Data expressions provide access to the property data in a feature.
8585
| `['has', string]` | boolean | Determines if the properties of a feature have the specified property. |
8686
| `['has', string, object]` | boolean | Determines if the properties of the object have the specified property. |
8787
| `['id']` | value | Gets the feature's ID if it has one. |
88-
| `['length', string | array]` | number | Gets the length of a string or array. |
88+
| `['length', string | array]` | number | Gets the length of a string or an array. |
8989

9090
**Examples**
9191

0 commit comments

Comments
 (0)