From cd7c8ee44b8c69503889289098072a5fba27d1a9 Mon Sep 17 00:00:00 2001 From: Alex Beckett <75361908+alex-beckett@users.noreply.github.com> Date: Mon, 30 Oct 2023 16:38:23 +0100 Subject: [PATCH] Update faq.js --- src/datas/developer-portal/faq.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/datas/developer-portal/faq.js b/src/datas/developer-portal/faq.js index b6f2ecac6..daecb507b 100644 --- a/src/datas/developer-portal/faq.js +++ b/src/datas/developer-portal/faq.js @@ -5,7 +5,7 @@ export const faqs = { { id: 1, question: 'Where should I start?', - text: 'If you’re new to Celestia, you can start with some beginner tutorials to get a feel for Celestia’s architecture. If you feel confident, you can tackle more advanced tutorials, like deploying an EVM rollup, building a full stack application, or integrating a custom blockchain.', + text: 'If you’re new to Celestia, you can start with some beginner tutorials to get a feel for Celestia’s architecture. If you feel confident, you can tackle more advanced tutorials, like deploying an EVM rollup, building a full stack application, or integrating a custom blockchain.', }, { id: 2, @@ -18,4 +18,4 @@ export const faqs = { text: 'Celestia is a modular consensus and data network, built to enable anyone to easily deploy their own blockchain with minimal overhead. Head to the What is Celestia? page for an overview.', }, ], -}; \ No newline at end of file +};