Skip to content

Commit

Permalink
Fixed type in ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
AronDavis authored Oct 26, 2017
1 parent 486ba89 commit ce8ba15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -291,7 +291,7 @@ _You can also set `"url"` to a function and it works exactly as with `"data"` -

### Populating the tree using a callback function

Sometimes you may not want jsTree to make AJAX calls for you - you might want to make them yourself, or use some other method of puplating the tree. In that case you can use a callback function.
Sometimes you may not want jsTree to make AJAX calls for you - you might want to make them yourself, or use some other method of populating the tree. In that case you can use a callback function.

```html
<div id="container"></div>

0 comments on commit ce8ba15

Please sign in to comment.