From 58a381d766682d9a5ca249a147e0df2a402e83c0 Mon Sep 17 00:00:00 2001 From: Takashi Takebayashi Date: Tue, 11 Nov 2025 13:19:13 +0900 Subject: [PATCH] Fix typo: To configurate -> To configure --- articles/static-web-apps/faq.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/static-web-apps/faq.yml b/articles/static-web-apps/faq.yml index 5b9cd8f4acee8..9122ae0d10229 100644 --- a/articles/static-web-apps/faq.yml +++ b/articles/static-web-apps/faq.yml @@ -138,7 +138,7 @@ sections: - question: | How do I configure environment variables for my app? answer: | - There are different types of environment variables that you can set for your app. Configure variables that affect your app's frontend build process in your app's [build configuration](build-configuration.md#environment-variables). To configurate variables that are used by your app's API, use [application settings](application-settings.yml). To learn more, see [Configuration overview](configuration-overview.md). + There are different types of environment variables that you can set for your app. Configure variables that affect your app's frontend build process in your app's [build configuration](build-configuration.md#environment-variables). To configure variables that are used by your app's API, use [application settings](application-settings.yml). To learn more, see [Configuration overview](configuration-overview.md). - question: | Does Static Web Apps support managed identity?