From 81f2b170163995476ae196ef17bde11d2ea708ae Mon Sep 17 00:00:00 2001 From: 0xEdmundo <0xedmundo@gmail.com> Date: Sat, 7 Feb 2026 19:15:28 +0300 Subject: [PATCH] docs: fix missing space in build-app quickstart --- docs/get-started/build-app.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get-started/build-app.mdx b/docs/get-started/build-app.mdx index 449477e29..3030a994e 100644 --- a/docs/get-started/build-app.mdx +++ b/docs/get-started/build-app.mdx @@ -91,7 +91,7 @@ Base is a fast, low-cost, builder-friendly Ethereum L2 built to bring the next b BASE_SEPOLIA_RPC_URL="https://sepolia.base.org" ``` - -Load your environment variables + - Load your environment variables ```bash Terminal source .env