Skip to content

Commit

Permalink
Update XML comments of NpmCli.EnsureItIsInstalled method
Browse files Browse the repository at this point in the history
  • Loading branch information
YevgeniyShunevych committed Jul 23, 2021
1 parent 085e974 commit b6e65ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Atata.Cli.Npm/NpmCli.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public NpmCli()
/// If it isn't, throws <see cref="NpmNotFoundException"/>.
/// </summary>
/// <returns>The same instance.</returns>
/// <exception cref="CliCommandException">NPM is not found. Ensure that Node.js and NPM are installed.</exception>
/// <exception cref="NpmNotFoundException">NPM is not found. Ensure that Node.js and NPM are installed.</exception>
public NpmCli EnsureItIsInstalled()
{
if (!IsItInstalled())
Expand Down

0 comments on commit b6e65ec

Please sign in to comment.