diff --git a/src/index.d.ts b/src/index.d.ts index 25c252e..6c1a0b4 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -11,19 +11,19 @@ export interface Options { /** * Options passed directly to [`normalize-url`](https://github.com/sindresorhus/normalize-url#options). * - * Requires options.normalize = true. + * Requires `options.normalize = true`. * * @default { stripWWW: false, stripHash: true, removeQueryParameters: true, removeTrailingSlash: false } */ readonly normalizeOptions?: NormalizeOptions; /** - * Make an educated guess using other clues if canonical isn't explicitly set in the page's . + * Make an educated guess using other clues if canonical isn't explicitly set in the page's ``. * * @default false */ readonly guess?: boolean; -}; +} /** * Returns the current page's canonical URL.