Skip to content

Commit

Permalink
Typos and context fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
FrendsSarlinS committed Aug 19, 2024
1 parent 2eda34b commit 74b3838
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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 @@ -19,7 +19,7 @@ public class Input

/// <summary>
/// The API version to use when making requests to Salesforce.
/// Default value is the latest version at this moment (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 74b3838

Please sign in to comment.