Skip to content

Fix typos and refresh framework snippets#154

Merged
botre merged 1 commit into
masterfrom
refresh-docs-and-typos
May 8, 2026
Merged

Fix typos and refresh framework snippets#154
botre merged 1 commit into
masterfrom
refresh-docs-and-typos

Conversation

@botre
Copy link
Copy Markdown
Contributor

@botre botre commented May 8, 2026

Summary

  • Fix typos in notification-email, redirection, additional-workspaces, slack, webhooks
  • Refresh framework snippets to current idioms: React (createRoot), Vue/Nuxt (<script setup>), Svelte 5 (runes)
  • Add SvelteKit page; remove Sapper and Gridsome (both unmaintained)

Test plan

  • npm run dev and visually check the updated example pages
  • Confirm sidebar no longer shows Sapper/Gridsome and includes SvelteKit
  • Spot-check the corrected typo lines render as expected

- Fix typos across notification-email, redirection, additional-workspaces, slack, webhooks
- React: replace removed ReactDOM.render with createRoot
- Vue: convert snippets to <script setup>
- Nuxt: convert to <script setup> with $fetch; rename Nuxt.js to Nuxt
- Svelte: update to Svelte 5 runes ($state, onsubmit)
- Add SvelteKit page; remove Sapper and Gridsome (unmaintained)
@botre botre merged commit 6e797e1 into master May 8, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant