Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mousetraps committed Sep 13, 2015
1 parent 71d77a2 commit 271e905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nodejs/Product/Nodejs/Commands/DiagnosticsCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ private string GetData() {
}
}

res.AppendLine(String.Format("IntelliSense Completion Only Tab or Enter to Commit", NodejsPackage.Instance.IntellisenseOptionsPage.OnlyTabOrEnterToCommit));
res.AppendLine(String.Format("IntelliSense Completion Only Tab or Enter to Commit: {0}", NodejsPackage.Instance.IntellisenseOptionsPage.OnlyTabOrEnterToCommit));
res.AppendLine();

return res.ToString();
Expand Down

0 comments on commit 271e905

Please sign in to comment.