Skip to content

Commit 8e631e3

Browse files
Apply suggestions from code review
Co-authored-by: Ben McCann <[email protected]>
1 parent 256ac56 commit 8e631e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/blog/2024-03-01-whats-new-in-svelte-march-2024.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ For all the bug fixes, chores and underlying work required to get Svelte 5 to re
2727

2828
Mostly bug fixes, this month. Most notably is a fix to prevent stale values after navigation (**2.5.1**, [#11870](https://github.com/sveltejs/kit/pull/11870)).
2929

30-
Adapters can also now use an `emulate` function to provide different experiences between dev and preview (**2.5.0**, [Docs](https://kit.svelte.dev/docs/writing-adapters), [#11730](https://github.com/sveltejs/kit/pull/11730))
30+
Adapters can also now use an `emulate` function to provide dev and preview functionality (**2.5.0**, [Docs](https://kit.svelte.dev/docs/writing-adapters), [#11730](https://github.com/sveltejs/kit/pull/11730)). This will allow for an improved experience developing for Cloudflare in the near future ([11732](https://github.com/sveltejs/kit/pull/11732)).
3131

32-
For all the changes in kit, check out the [CHANGELOG](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md).
32+
For all the changes in SvelteKit, check out the [CHANGELOG](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md).
3333

3434

3535
---

0 commit comments

Comments
 (0)