Skip to content

Commit

Permalink
Merge pull request #55 from bobbyg603/patch-1
Browse files Browse the repository at this point in the history
chore: fix typos in DotEnvOptions.cs
  • Loading branch information
bolorundurowb authored Sep 21, 2024
2 parents d123a50 + ca67a6b commit ca2d57f
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 ca2d57f

Please sign in to comment.