Skip to content

Commit cc67098

Browse files
authored
Merge pull request #35 from JupiterOne/SeaBlooms-patch-1
Update README.md
2 parents 077b677 + 2dbee0c commit cc67098

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ cursor_query_r = j1._cursor_query(QUERY)
6262

6363
##### Create an entity:
6464

65-
Note that the CreateEntity mutation behaves like an upsert, so an non-existant entity will be created or an existing entity will be updated.
65+
Note that the CreateEntity mutation behaves like an upsert, so a non-existent entity will be created or an existing entity will be updated.
6666

6767
```python
6868
properties = {
@@ -398,4 +398,4 @@ j1.update_alert_rule(rule_id='<id-of-alert-rule',
398398

399399
j1.evaluate_alert_rule(rule_id='<id-of-alert-rule')
400400

401-
```
401+
```

0 commit comments

Comments
 (0)