diff --git a/.changeset/famous-cameras-cheer.md b/.changeset/famous-cameras-cheer.md new file mode 100644 index 000000000000..7af84d341e2d --- /dev/null +++ b/.changeset/famous-cameras-cheer.md @@ -0,0 +1,5 @@ +--- +'create-svelte': patch +--- + +update comment to remove outdated reference diff --git a/packages/create-svelte/templates/default/src/routes/todos/_api.ts b/packages/create-svelte/templates/default/src/routes/todos/_api.ts index f8bcf73719c8..a80efd13d352 100644 --- a/packages/create-svelte/templates/default/src/routes/todos/_api.ts +++ b/packages/create-svelte/templates/default/src/routes/todos/_api.ts @@ -1,6 +1,6 @@ /* - This module is used by the /todos and /todos/[uid] - endpoints to make calls to api.svelte.dev, which stores todos + This module is used by the /todos endpoint to + make calls to api.svelte.dev, which stores todos for each user. The leading underscore indicates that this is a private module, _not_ an endpoint — visiting /todos/_api will net you a 404 response.