From 3fa49fce2019657aeb47323734a85a5dcd461385 Mon Sep 17 00:00:00 2001 From: Engincan VESKE Date: Thu, 9 Feb 2023 05:02:37 +0000 Subject: [PATCH] Update POST.md --- docs/en/Blog-Posts/2023-02-08 v7_1_Preview/POST.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Blog-Posts/2023-02-08 v7_1_Preview/POST.md b/docs/en/Blog-Posts/2023-02-08 v7_1_Preview/POST.md index 1ac7a83775..6434a40cf2 100644 --- a/docs/en/Blog-Posts/2023-02-08 v7_1_Preview/POST.md +++ b/docs/en/Blog-Posts/2023-02-08 v7_1_Preview/POST.md @@ -112,7 +112,7 @@ public class MyService } ``` -You can inject the `IAbpHostEnvironement` into your service and get the current environment by using its `EnvironmentName` property. You can also check the current environment by using its extension methods such as `IsDevelopment()`. +You can inject the `IAbpHostEnvironment` into your service and get the current environment by using its `EnvironmentName` property. You can also check the current environment by using its extension methods such as `IsDevelopment()`. > Check the [ABP Application Startup](https://docs.abp.io/en/abp/7.1/Application-Startup) documentation for more information.