Instatiate is not a word! Fixed typo

Also expanded the IGitDatabaseClient summary
This commit is contained in:
Peter MacNaughton
2013-12-04 00:19:16 -07:00
parent 4edab7ca7e
commit f46eabe69a
12 changed files with 12 additions and 12 deletions

View File

@@ -5,7 +5,7 @@ namespace Octokit
public class GistsClient : ApiClient, IGistsClient
{
/// <summary>
/// Instatiates a new GitHub Gists API client.
/// Instantiates a new GitHub Gists API client.
/// </summary>
/// <param name="apiConnection">An API connection</param>
public GistsClient(IApiConnection apiConnection) :