Skip to content

Commit e13d8ff

Browse files
author
Matt Bernier
authored
Merge pull request #42 from pushkyn/fix-contributing
update contributing.md - fix typo
2 parents 311fee8 + 5ac313e commit e13d8ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ See the [examples folder](https://github.com/sendgrid/smtpapi-csharp/tree/master
8888
<a name="understanding-the-codebase"></a>
8989
## Understanding the Code Base
9090

91-
<!---optionally provide a brief summary explaning the architecture of the code--->
91+
<!---optionally provide a brief summary explaning the architecture of the code-->
9292

9393
**/Smtpapi Example**
9494

@@ -127,7 +127,7 @@ Generally, we follow the style guidelines as suggested by the official language.
127127
# Clone your fork of the repo into the current directory
128128
git clone https://github.com/sendgrid/smtpapi-csharp
129129
# Navigate to the newly cloned directory
130-
cd sendgrid-python
130+
cd smtpapi-csharp
131131
# Assign the original repo to a remote called "upstream"
132132
git remote add upstream https://github.com/sendgrid/smtpapi-csharp
133133
```

0 commit comments

Comments
 (0)