From b95eac7b5812e68049f2bd8ec6de70db209ec51b Mon Sep 17 00:00:00 2001 From: saralab <264896+saralab@users.noreply.github.com> Date: Mon, 2 Oct 2023 23:22:48 -0400 Subject: [PATCH] =?UTF-8?q?docs:=20FAQs=20NOT=20FAQ=E2=80=99s=20(#1723)=20?= =?UTF-8?q?[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sarala B --- content/faqs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/faqs.md b/content/faqs.md index 5898294982..7d01cc73e6 100644 --- a/content/faqs.md +++ b/content/faqs.md @@ -1,8 +1,8 @@ --- -Title: FAQ's +Title: FAQs --- -# FAQ's +# FAQs #### **I am attempting to receive the status from a local Stacks Blockchain node API and present to a user how close it is to being synced. I can retrieve the current height of the local node (`/v2/info`). Is there any way for me to retrieve the real current height from an API node that is not completely synced? I want to avoid going directly to the centrally-hosted node.**