Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Added missing space.
Browse files Browse the repository at this point in the history
Co-Authored-By: ma2ciek <ma2ciek@gmail.com>
  • Loading branch information
Piotr Jasiun and ma2ciek committed Feb 6, 2019
1 parent 4a9e4e8 commit f848067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ export default class View {
/**
* The `change()` method is the primary way of changing the view. You should use it to modify any node in the view tree.
* It makes sure that after all changes are made the view is rendered to the DOM (assuming that the view will be changed
* inside the callback). It prevents situations when the DOM is updated when the view state is not yet correct.It allows
* inside the callback). It prevents situations when the DOM is updated when the view state is not yet correct. It allows
* to nest calls one inside another and still performs a single rendering after all those changes are made.
* It also returns the return value of its callback.
*
Expand Down

0 comments on commit f848067

Please sign in to comment.