Skip to content

Commit

Permalink
Typo and context fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
FrendsSarlinS committed Aug 19, 2024
1 parent 5ba3329 commit 7c4d29b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class Input
{
/// <summary>
/// Salesforce Domain.
/// /services/data/v52.0/query will be added automatically, so the domain is enough.
/// /services/data/versionnumber/query will be added automatically, so the domain is enough.
/// </summary>
/// <example>https://example.my.salesforce.com</example>
[DefaultValue(@"https://example.my.salesforce.com")]
Expand All @@ -18,7 +18,7 @@ public class Input

/// <summary>
/// The API version to use when making requests to Salesforce.
/// If left empty, the default value is the v61.0.
/// If left empty, the default value is v61.0.
/// </summary>
[DefaultValue("v61.0")]
public string ApiVersion { get; set; } = "v61.0";
Expand Down

0 comments on commit 7c4d29b

Please sign in to comment.