Skip to content

Commit ee3ab32

Browse files
committed
fix typo
1 parent 78ca97c commit ee3ab32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/interface.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export interface PluginInterface {
9090
getHeaders?: (buildForType?: string) => string[] | PromiseLike<string[]>;
9191

9292
/**
93-
* Return a list of abasolute path to files that is going to be
93+
* Return a list of absolute path to files that is going to be
9494
* copied to the assets directory.
9595
*
9696
* Unlike the previous methods that are executed each time that a page generated,

0 commit comments

Comments
 (0)