1
0
mirror of https://github.com/JKorf/CryptoExchange.Net synced 2025-06-09 17:06:19 +00:00
This commit is contained in:
Noé Comte 2018-08-18 16:17:19 +02:00
parent 460c453011
commit 4b7caae9d6

View File

@ -30,7 +30,7 @@ namespace CryptoExchange.Net.Authentication
}
/// <summary>
/// Create Api credentials providing a api key and secret for authenciation
/// Create Api credentials providing a api key and secret for authentication
/// </summary>
/// <param name="key">The api key used for identification</param>
/// <param name="secret">The api secret used for signing</param>
@ -41,7 +41,7 @@ namespace CryptoExchange.Net.Authentication
}
/// <summary>
/// Create Api credentials providing a api key and secret for authenciation
/// Create Api credentials providing a api key and secret for authentication
/// </summary>
/// <param name="key">The api key used for identification</param>
/// <param name="secret">The api secret used for signing</param>