Skip to content

Commit bf40d0a

Browse files
Update README.md
1 parent dd537a0 commit bf40d0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ To bind the dxButton’s [click](http://js.devexpress.com/Documentation/ApiRefer
166166

167167
### <a name="callback-functions"></a>Callback Functions ###
168168

169-
To assign a callback function to a widget option (for example, to the [layer.customize](https://js.devexpress.com/Documentation/16_2/ApiReference/Data_Visualization_Widgets/dxVectorMap/Configuration/layers/#customize)
170-
option of dxVectorMap), use the following syntax.
169+
To specify a widget's option using a callback function (the [layer.customize](https://js.devexpress.com/Documentation/16_2/ApiReference/Data_Visualization_Widgets/dxVectorMap/Configuration/layers/#customize)
170+
option of dxVectorMap):
171171

172172
```html
173173
<dx-vector-map>
@@ -179,7 +179,7 @@ option of dxVectorMap), use the following syntax.
179179
</dx-vector-map>
180180
```
181181

182-
Note that callback functions are executed _outside_ the context of the component. But if the context is important, you can explicitly bind it to the callback function in the constructor.
182+
Note that callback functions are executed _outside_ the context of the component, but if the context is important, you can explicitly bind it to the callback function in the constructor.
183183

184184
```js
185185
constructor() {

0 commit comments

Comments
 (0)