From edfaf2813fa9afd56c596e20ee34d8760a7fe49d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ti=E1=BA=BFn=20Nguy=E1=BB=85n=20Kh=E1=BA=AFc?= Date: Mon, 5 Aug 2024 18:50:34 +1200 Subject: [PATCH] fix(docs): repeated text (#82) --- apps/docs/docs/guides/usinng-papi.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/docs/docs/guides/usinng-papi.md b/apps/docs/docs/guides/usinng-papi.md index bc640335..099938d1 100644 --- a/apps/docs/docs/guides/usinng-papi.md +++ b/apps/docs/docs/guides/usinng-papi.md @@ -24,9 +24,7 @@ function Component() { ## Typed API -The `TypedApi` allows easy interaction with the runtime metadata, with a great developer experience. . - -`PolkadotClient` interface shapes the top-level API for `polkadot-api`. You can find the full documentation [here](https://papi.how/typed). +The `TypedApi` allows easy interaction with the runtime metadata, with a great developer experience. You can find the full documentation [here](https://papi.how/typed). ```ts import { useTypedApi } from "@reactive-dot/react";