Skip to content

Commit

Permalink
Merge pull request #425 from Shaddyjr/master
Browse files Browse the repository at this point in the history
Correct minor spelling in README.md
  • Loading branch information
ksvirkou-hubspot committed Nov 29, 2023
2 parents bb202a0 + f56784f commit be3e896
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ In TS `sorts` it's possible to set as:

`after` for initial search should be set as 0

Exapmle for JS:
Example for JS:

```javascript
const publicObjectSearchRequest = {
Expand All @@ -272,7 +272,7 @@ const response = await hubspotClient.crm.contacts.searchApi.doSearch(publicObjec
console.log(response)
```

Exapmle for TS:
Example for TS:

```Typescript
const objectSearchRequest: PublicObjectSearchRequest = {
Expand Down

0 comments on commit be3e896

Please sign in to comment.