Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions dotnet/src/Shared/Samples/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SampleEnvironemnt.cs
# SampleEnvironment.cs

`SampleEnvironemnt.cs` defines a helper that overrides `System.Environment` class for a project.
`SampleEnvironment.cs` defines a helper that overrides `System.Environment` class for a project.
This override version has an enhanced `GetEnvironmentVariable` method that prompts the user
to enter a value if the environment variable is not set.

Expand All @@ -9,7 +9,7 @@ for users who are new and just getting started.

This file is already included in all samples via `/dotnet/samples/Directory.Build.props`.

To explicitly use `SampleEnvironemnt.cs` outside of this repo, add the following to your `.csproj` file:
To explicitly use `SampleEnvironment.cs` outside of this repo, add the following to your `.csproj` file:

```xml
<ItemGroup>
Expand Down