svelteuidev / svelteui

SvelteUI Monorepo
https://svelteui.dev
MIT License
1.26k stars 62 forks source link

Broken link for requestAnimationFrame #452

Closed Tintow closed 10 months ago

Tintow commented 10 months ago

Link to the page where something isn't quite right

https://www.svelteui.org/composables/use-raf-fn

Exact quote of what is wrong

The link for requestAnimationFrame on the website is looking for

https://www.svelteui.org/composables/use-raf-fn

but in the project the route folder is called

apps/docs/src/routes/composables/use-raf-n (-n instead of -fn)

which looks to be a typo so it results in a 400 error.

Are you willing to create pull request with the fix?

Yes