Skip to content

Commit

Permalink
chore: fix typos in DotEnvOptions.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyg603 authored Jul 17, 2024
1 parent d123a50 commit ca67a6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dotenv.net/DotEnvOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public DotEnvOptions WithOverwriteExistingVars()
}

/// <summary>
/// Only write an environment variable if it hasnt been et
/// Only write an environment variable if it hasn't been et
/// </summary>
/// <returns>configured dot env options</returns>
public DotEnvOptions WithoutOverwriteExistingVars()
Expand Down Expand Up @@ -187,7 +187,7 @@ public DotEnvOptions WithEnvFiles(params string[] envFilePaths)
public IDictionary<string, string> Read() => DotEnv.Read(this);

/// <summary>
/// Read the env files and write to the syetm environment variables
/// Read the env files and write to the system environment variables
/// </summary>
public void Load() => DotEnv.Load(this);
}

0 comments on commit ca67a6b

Please sign in to comment.