Skip to content

Commit

Permalink
doc: improve getPageDirs doc
Browse files Browse the repository at this point in the history
  • Loading branch information
klarkc committed May 18, 2021
1 parent 5e4e323 commit 187e20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function getIgnore(exclude: Array<string>) {
}

/**
* Resolves the pages that for the given pageDir globs.
* Resolves the page dirs for its for its given globs
*/
export async function getPageDirs(pageDirOptions: PageDirOptions, options: ResolvedOptions): Promise<PageDirOptions[]> {
const { exclude } = options
Expand Down

0 comments on commit 187e20d

Please sign in to comment.