Minor wording fix
This commit is contained in:
parent
561531d719
commit
9bb4290276
@ -8,7 +8,7 @@ import MutationQueue from "./MutationQueue"
|
|||||||
//
|
//
|
||||||
// Whatever contents will be in the body, they will be re-used and morphed
|
// Whatever contents will be in the body, they will be re-used and morphed
|
||||||
// into the new DOM defined by a simple HTML string. This is useful for
|
// into the new DOM defined by a simple HTML string. This is useful for
|
||||||
// Single Page Applications that use server rendered pages. The server
|
// Single Page Applications that use server rendered content. The server
|
||||||
// responds with the pre-rendered HTML and we can simply morph our current
|
// responds with the pre-rendered HTML and we can simply morph our current
|
||||||
// contents into the next page.
|
// contents into the next page.
|
||||||
export default class Diff {
|
export default class Diff {
|
||||||
|
Loading…
Reference in New Issue
Block a user