diff --git a/docs/v1.x-migration.md b/docs/v1.x-migration.md index 8a24e2d1..a4d78053 100644 --- a/docs/v1.x-migration.md +++ b/docs/v1.x-migration.md @@ -499,7 +499,7 @@ m("svg", ## Nested arrays in views -Arrays now represent [fragments](fragments.md), which are structurally significant in v1.x virtual DOM. Whereas nested arrays in v0.2.x would be flattened into one continuous list of virtual nodes for the purposes of diffing, v1.x preserves the array structure - the children of any given array are not considered siblings of those of adjacent arrays. +Arrays now represent [fragments](fragment.md), which are structurally significant in v1.x virtual DOM. Whereas nested arrays in v0.2.x would be flattened into one continuous list of virtual nodes for the purposes of diffing, v1.x preserves the array structure - the children of any given array are not considered siblings of those of adjacent arrays. ***