From 1beae5cb32bdd86d5a85f18244f324cbe959562c Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Thu, 30 Sep 2021 07:54:53 -0400 Subject: [PATCH] fix index.d.ts formatting --- src/index.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.