Skip to content

Commit a048eb2

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 24158de + 1932154 commit a048eb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,14 +357,14 @@ In this case you can use `enableGuessTitle` option like in the example below:
357357

358358
```
359359

360-
### Ajax load of a widget
360+
### Ajax loading of a widget
361361

362362
Assume you want to load a widget via ajax and then show it inside modal window. In this case you MUST:
363363

364364
- Ensure that you specified ID of widget otherwise the widget will get random ID and it can be the same as id of others elements on the page.
365365
- Ensure that you use the widget inside ActiveForm because it works incorrectly in this case.
366366

367-
You can fina an example of usage in a discussion of issue #58
367+
You can fina an example of usage in a discussion of [issue](https://github.com/unclead/yii2-multiple-input/issues/58)
368368

369369
## JavaScript events
370370
This widget has following events:

0 commit comments

Comments
 (0)