Skip to content

Commit 9d8b878

Browse files
committed
Merge pull request marionettejs#2523 from MeoMix/patch-3
grammar fix
2 parents 5928ec6 + b66ecc3 commit 9d8b878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ As always come and join us in [chat](https://gitter.im/marionettejs/backbone.mar
5555
* Views
5656
* The `destroy` method now returns this instance that was destroyed to enable easier chaining of view actions.
5757
* If you define the options hash on your `Marionette.View` or if you pass options as a function to your `Marionette.View`, pass the result of options down to the backbone view constructor.
58-
* All views now have a `isRendered` property, that is updated after `render` and `destroy`.
58+
* All views now have an `isRendered` property, that is updated after `render` and `destroy`.
5959

6060
* Object
6161
* The `destroy` method now returns this instance that was destroyed to enable easier chaining of object actions.

0 commit comments

Comments
 (0)