From b250e286cad35a29b8cb75f3ca6cbc59c607afed Mon Sep 17 00:00:00 2001 From: John Franey <1728528+johnfraney@users.noreply.github.com> Date: Sat, 30 Nov 2024 22:26:20 -0400 Subject: [PATCH] docs: fix typo in README Fixes a minor typo in the README: `environement` -> `environment` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7442105..773d214 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ export default defineNuxtConfig({ Check out our setup [requirements](https://nuxt.studio/docs/projects/setup#requirements-to-use-the-studio-editor). -By default the Studio API is `https://api.nuxt.studio`. If you want to customise it, you can set the `STUDIO_API` environement variable. +By default the Studio API is `https://api.nuxt.studio`. If you want to customise it, you can set the `STUDIO_API` environment variable. ```bash # .env