Skip to content

Commit 2e233ac

Browse files
author
Andreas Brandt
committed
Uncomment and spelling
1 parent 46c69e4 commit 2e233ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HubSpot.NET/Core/Interfaces/IHubSpotApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ public interface IHubSpotApi
88
IHubSpotEngagementApi Engagement { get; }
99
IHubSpotCosFileApi File { get; }
1010
IHubSpotOwnerApi Owner { get; }
11-
//IHubSpotCompanyPropertiesApi CompanyProperties { get; }
11+
IHubSpotCompanyPropertiesApi CompanyProperties { get; }
1212
}
1313
}

HubSpot.NET/Core/ListRequestOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public class ListRequestOptions
1717
/// Defaults to 20 which is also the HubSpot API default. Max value is 100
1818
/// </remarks>
1919
/// <value>
20-
/// The number of contacts to return.
20+
/// The number of items to return.
2121
/// </value>
2222
public int Limit
2323
{

0 commit comments

Comments
 (0)