Skip to content

Commit 95b3049

Browse files
Typos
1 parent ac3a66a commit 95b3049

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Integration tests
114114

115115
All PRs require passing tests before the PR will be reviewed.
116116

117-
All test files are in the [`UnitTest`](https://github.com/sendgrid/sendgrid-csharp/blob/master/tests/SendGrid.Tests) directory.
117+
All test files are in the [`SendGrid.Tests`](https://github.com/sendgrid/sendgrid-csharp/blob/master/tests/SendGrid.Tests) directory.
118118

119119
For the purposes of contributing to this repo, please update the [`Integration.cs`](https://github.com/sendgrid/sendgrid-csharp/blob/master/tests/SendGrid.Tests/Integration.cs) file with unit tests as you modify the code.
120120

@@ -125,7 +125,7 @@ When you run the tests for the first time, you will need to allow Prism.exe to r
125125
<a name="style_guidelines_and_naming_conventions"></a>
126126
## Style Guidelines & Naming Conventions
127127

128-
Generally, we follow the style guidelines as suggested by the official language. However, we ask that you conform to the styles that already exist in the library. If you wish to deviate, please explain your reasoning. In this case, we generally follow the [C# Naming Conventions](https://msdn.microsoft.com/library/ms229045(v=vs.100).aspx), the suggestions provided by the Visual Studio IDE and StyleCop (see the [stylecop.json](https://github.com/sendgrid/sendgrid-csharp/blob/master/src/SendGrid/stylcop.json) and [SendGrid.ruleset](https://github.com/sendgrid/sendgrid-csharp/blob/master/src/SendGrid/SendGrid.ruleset) configuration files.
128+
Generally, we follow the style guidelines as suggested by the official language. However, we ask that you conform to the styles that already exist in the library. If you wish to deviate, please explain your reasoning. In this case, we generally follow the [C# Naming Conventions](https://msdn.microsoft.com/library/ms229045(v=vs.100).aspx), the suggestions provided by the Visual Studio IDE and StyleCop (see the [stylecop.json](https://github.com/sendgrid/sendgrid-csharp/blob/master/src/SendGrid/stylecop.json) and [SendGrid.ruleset](https://github.com/sendgrid/sendgrid-csharp/blob/master/src/SendGrid/SendGrid.ruleset) configuration files.
129129

130130
## Creating a Pull Request<a name="creating_a_pull_request"></a>
131131

@@ -180,4 +180,4 @@ Generally, we follow the style guidelines as suggested by the official language.
180180
7. [Open a Pull Request](https://help.github.com/articles/using-pull-requests/)
181181
with a clear title and description against the `master` branch. All tests must be passing before we will review the PR.
182182

183-
If you have any additional questions, please feel free to [email](mailto:[email protected]) us or create an issue in this repo.
183+
If you have any additional questions, please feel free to [email](mailto:[email protected]) us or create an issue in this repo.

0 commit comments

Comments
 (0)