Skip to content

Commit ab09c5b

Browse files
committed
Change comment
1 parent 74041d6 commit ab09c5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/utils/purge.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
const purgePath = 'http://varnish'
44

5-
/**Purges the given path from the nginx cache*/
5+
/**Purges the given path from the varnish cache*/
66
export default async function purgeRoute(path: string) {
77
if (path.startsWith('/')) throw new SyntaxError(`path "${path}" cannot be absolute.`)
88
await fetch(`${purgePath}/${path}`)

0 commit comments

Comments
 (0)