From ad491c7f35d6d2551f9f062b55ecf617b7ee364e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kh=C3=A1nh=20Ho=C3=A0ng?= Date: Fri, 1 Mar 2024 18:48:17 +0700 Subject: [PATCH] fix(docs): add missing block ending for the example --- src/lookup.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lookup.ts b/src/lookup.ts index e9e50aa..f72ab99 100644 --- a/src/lookup.ts +++ b/src/lookup.ts @@ -25,6 +25,7 @@ import { endpoint } from './configs.ts' * ], * }, * }) + * ``` */ /**