We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ca97c commit ee3ab32Copy full SHA for ee3ab32
lib/interface.d.ts
@@ -90,7 +90,7 @@ export interface PluginInterface {
90
getHeaders?: (buildForType?: string) => string[] | PromiseLike<string[]>;
91
92
/**
93
- * Return a list of abasolute path to files that is going to be
+ * Return a list of absolute path to files that is going to be
94
* copied to the assets directory.
95
*
96
* Unlike the previous methods that are executed each time that a page generated,
0 commit comments