Skip to content

Commit b0cffe7

Browse files
authored
Fix name of new flag in changelog (#14437)
1 parent 731c07d commit b0cffe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/astro/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
Previously, when two dynamic routes `/[foo]` and `/[bar]` returned values on their `getStaticPaths` that resulted in the same final path, only one of the routes would be rendered while the other would be silently ignored. Now, when this happens, a warning will be displayed explaining which routes collided and on which path.
5252

53-
Additionally, a new experimental flag `failOnPrerenderCollision` can be used to fail the build when such a collision occurs.
53+
Additionally, a new experimental flag `failOnPrerenderConflict` can be used to fail the build when such a collision occurs.
5454

5555
### Patch Changes
5656

0 commit comments

Comments
 (0)