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.