We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 077b677 + 2dbee0c commit cc67098Copy full SHA for cc67098
README.md
@@ -62,7 +62,7 @@ cursor_query_r = j1._cursor_query(QUERY)
62
63
##### Create an entity:
64
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.
+Note that the CreateEntity mutation behaves like an upsert, so a non-existent entity will be created or an existing entity will be updated.
66
67
```python
68
properties = {
@@ -398,4 +398,4 @@ j1.update_alert_rule(rule_id='<id-of-alert-rule',
398
399
j1.evaluate_alert_rule(rule_id='<id-of-alert-rule')
400
401
-```
+```
0 commit comments