chore: fix tsdoc-characters-after-block-tag warning

Signed-off-by: Jan Michael Ong <adobejmong@gmail.com>
This commit is contained in:
Jan Michael Ong
2026-04-22 12:14:41 -07:00
parent e72787948c
commit f388853791
@@ -34,7 +34,7 @@ const DEFAULT_RETRY_ATTEMPTS = 3;
const DEFAULT_RETRY_DELAY_MS = 1_000;
/**
* Options used to override the default retry behavior of @octokit/plugin-retry.
* Options used to override plugin-retry defaults
* @public
*/
export type RetryOptions = {