Skip to content

Commit

Permalink
made comment less ambiguous
Browse files Browse the repository at this point in the history
  • Loading branch information
ehrencrona committed Nov 16, 2020
1 parent 5a9c17d commit 2223042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app-utils/src/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { URLSearchParams } from 'url';

// do not import this file from outside app-utils
// instead, import from @sveltejs/app-utils by re-exporting types in /index.d.ts
// these types are re-exported in /index.d.ts and should be imported from "@sveltejs/app-utils"

export type Method = 'GET' | 'POST' | 'PUT' | 'DELETE' | 'HEAD' | 'OPTIONS';

Expand Down

0 comments on commit 2223042

Please sign in to comment.