Skip to content

Commit be3e896

Browse files
Merge pull request #425 from Shaddyjr/master
Correct minor spelling in README.md
2 parents bb202a0 + f56784f commit be3e896

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ In TS `sorts` it's possible to set as:
246246

247247
`after` for initial search should be set as 0
248248

249-
Exapmle for JS:
249+
Example for JS:
250250

251251
```javascript
252252
const publicObjectSearchRequest = {
@@ -272,7 +272,7 @@ const response = await hubspotClient.crm.contacts.searchApi.doSearch(publicObjec
272272
console.log(response)
273273
```
274274

275-
Exapmle for TS:
275+
Example for TS:
276276

277277
```Typescript
278278
const objectSearchRequest: PublicObjectSearchRequest = {

0 commit comments

Comments
 (0)