Skip to content

Commit 785814d

Browse files
Apply suggestions from code review
Co-authored-by: Ben McCann <[email protected]>
1 parent 66a6d9a commit 785814d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/content/blog/2022-11-01-whats-new-in-svelte-november-2022.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ There's also a _huge_ showcase to cover... so let's jump in!
2121

2222
## Svelte changes
2323
- You can now use `important` in inline style tags: `style:foo|important` (**3.52.0**, [#7365](https://github.com/sveltejs/svelte/issues/7365))
24-
- A warning will now be thrown when using <a target="_blank"> without rel="noreferrer" (**3.52.0**, [#6188](https://github.com/sveltejs/svelte/issues/6188))
24+
- A warning will now be thrown when using `<a target="_blank">` without `rel="noreferrer"` (**3.52.0**, [#6188](https://github.com/sveltejs/svelte/issues/6188))
2525

2626
Tom Smykowski also released a great summary of [all the changes in 3.52.0](https://tomaszs2.medium.com/svelte-3-52-0-improves-dev-experience-45f8c460bb96)! For all the changes to the Svelte compiler, including upcoming changes, check out the [CHANGELOG](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md).
2727

@@ -30,7 +30,7 @@ Tom Smykowski also released a great summary of [all the changes in 3.52.0](https
3030
## Community Showcase
3131

3232
**Apps & Sites built with Svelte**
33-
- [Gram Jam](https://gramjam.app/) is a challenging daily word game using Sveltekit
33+
- [Gram Jam](https://gramjam.app/) is a challenging daily word game using SvelteKit
3434
- [Collabwriting](https://collabwriting.com/) is an actionable knowledge base for your team
3535
- [Dazzle](https://dazzlega.me/) is a Puzzle Game made with Svelte & DallE
3636
- [Figma Autoname plugin](https://github.com/Hugo-Dz/figma_autoname_client_app) automatically names your Figma layers in one click
@@ -105,6 +105,6 @@ _Fun ones_
105105
- [Aksel](https://www.npmjs.com/package/aksel) is the seagull you needed on your site
106106
- [Svelte-Dodge](https://github.com/WbaN314/svelte-dodge) makes components dodge the pointer
107107

108-
That's it for this month! Let us know if we missed anything on [Reddit](https://www.reddit.com/r/sveltejs/) or [Discord](https://discord.com/invite/yy75DKs)
108+
That's it for this month! Let us know if we missed anything on [Reddit](https://www.reddit.com/r/sveltejs/) or [Discord](https://discord.gg/svelte)
109109

110110
See ya next month 👋

0 commit comments

Comments
 (0)