@@ -54,7 +54,7 @@ public class OAuth
5454 *
5555 * UserInfo model with the following properties:
5656 * <br /><b>sub</b>: the user ID GUID.
57- * <br /><b>accounts</b>: this is list of DocuSign accounts associated with the current user.
57+ * <br /><b>accounts</b>: this is list of Docusign accounts associated with the current user.
5858 * <br /><b>name</b>: the user's full name.
5959 * <br /><b>givenName</b>: the user's given name.
6060 * <br /><b>familyName</b>: the user's family name.
@@ -73,7 +73,7 @@ public class UserInfo : IEquatable<UserInfo>, IValidatableObject
7373 /// isDefault: whether this is the default account, when the user has access to multiple accounts.
7474 /// accountName: the human-readable name of the account.
7575 /// baseUri: the base URI associated with this account.
76- /// It also tells which DocuSign data center the account is hosted on.
76+ /// It also tells which Docusign data center the account is hosted on.
7777 /// </summary>
7878 [ DataContract ]
7979 public class Account : IEquatable < Account > , IValidatableObject
@@ -235,8 +235,8 @@ public IEnumerable<ValidationResult> Validate(ValidationContext validationContex
235235
236236 /// <summary>
237237 /// Organization model with the following properties:
238- /// organizationId: the organization ID GUID if DocuSign Org Admin is enabled.
239- /// links: this is list of organization direct links associated with the DocuSign account.
238+ /// organizationId: the organization ID GUID if Docusign Org Admin is enabled.
239+ /// links: this is list of organization direct links associated with the Docusign account.
240240 /// </summary>
241241 [ DataContract ]
242242 public class Organization : IEquatable < Organization > , IValidatableObject
0 commit comments