Skip to content

Commit 8fba3d1

Browse files
authored
Merge pull request AuthorizeNet#261 from sasharevzin/readme-typos
Fixed some typos
2 parents 36779eb + 96812d1 commit 8fba3d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Authorize.Net .NET SDK
1+
# Authorize.Net .NET SDK
22

33
[![Travis CI Status](https://travis-ci.org/AuthorizeNet/sdk-dotnet.svg?branch=master)](https://travis-ci.org/AuthorizeNet/sdk-dotnet)
44
[![Code Climate](https://codeclimate.com/github/AuthorizeNet/sdk-dotnet/badges/gpa.svg)](https://codeclimate.com/github/AuthorizeNet/sdk-dotnet)
@@ -62,7 +62,7 @@ API credentials are different for each environment, so be sure to switch to the
6262
When using this SDK, downloading the Authorize.Net sample code repository is recommended.
6363
* [Authorize.Net C# Sample Code Repository (on GitHub)](https://github.com/AuthorizeNet/sample-code-csharp)
6464

65-
The respository contains comprehensive sample code for common uses of the Authorize.Net API.
65+
The repository contains comprehensive sample code for common uses of the Authorize.Net API.
6666

6767
The API Reference contains details and examples of the structure and formatting of the Authorize.Net API.
6868
* [Developer Center API Reference](http://developer.authorize.net/api/reference/index.html)
@@ -142,7 +142,7 @@ The sensitive fields that are masked during logging are:
142142

143143
There is also a list of regular expressions which the sensitive logger uses to mask credit card numbers while logging.
144144

145-
More information on the regular espressions used during sensitive data logging [can be found here](https://github.com/AuthorizeNet/sdk-dotnet/blob/master/Authorize.NET/Util/SensitiveDataConfigType.cs).
145+
More information on the regular expressions used during sensitive data logging [can be found here](https://github.com/AuthorizeNet/sdk-dotnet/blob/master/Authorize.NET/Util/SensitiveDataConfigType.cs).
146146

147147
To unmask sensitive data, use the default `TextWriterTraceListener` and `ConsoleTraceListener`.
148148
```

0 commit comments

Comments
 (0)