From 7823893382e7f6de43c8427179023b1f99878045 Mon Sep 17 00:00:00 2001 From: Zhuoqian Zhou <160298505+ben02060848@users.noreply.github.com> Date: Sun, 18 Feb 2024 22:10:09 +0800 Subject: [PATCH] docs: fix typo --- docs/sdk/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sdk/faq.md b/docs/sdk/faq.md index afa024d5..5249de7e 100644 --- a/docs/sdk/faq.md +++ b/docs/sdk/faq.md @@ -16,7 +16,7 @@ Here is an incomplete list: ### How does Squid SDK handle unfinalized blocks? -The Subsquid Network only serves finalized blocks and is typically ~1000 blocks behind the tip. The most recent blocks, as well as the unfinalized blocks are seemlesly handled by the SDK from a complementary RPC data source, set by the `chain` config. Potential chain reorgs are automatically handled under the hood. See [Indexing unfinalized blocks](/sdk/resources/basics/unfinalized-blocks) for details. +The Subsquid Network only serves finalized blocks and is typically ~1000 blocks behind the tip. The most recent blocks, as well as the unfinalized blocks are seamlessly handled by the SDK from a complementary RPC data source, set by the `chain` config. Potential chain reorgs are automatically handled under the hood. See [Indexing unfinalized blocks](/sdk/resources/basics/unfinalized-blocks) for details. ### What is the latency for the data served by the squid?