Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kianmeng authored and chulkilee committed Nov 14, 2021
1 parent d2f8179 commit 93ce169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ex_force.ex
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ defmodule ExForce do
end

@doc """
Excutes the SOQL query and get the result of it.
Executes the SOQL query and get the result of it.
[Query](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_query.htm)
"""
Expand Down Expand Up @@ -315,7 +315,7 @@ defmodule ExForce do
end

@doc """
Excutes the SOQL query and get the result of it, including deleted or archived objects.
Executes the SOQL query and get the result of it, including deleted or archived objects.
[QueryAll](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_queryall.htm)
"""
Expand Down

0 comments on commit 93ce169

Please sign in to comment.