Skip to content

Commit d55fb29

Browse files
authored
Typo on auto_create_context (#6291)
1 parent 612a0f6 commit d55fb29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/content/en/integrations/importing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ An import can be performed by specifying the names of these entities in the API
5858
"product_type_name": 'Good Products',
5959
"product_name": 'My little product',
6060
"engagement_name": 'Important import',
61-
"auto_create_contex": True,
61+
"auto_create_context": True,
6262
}
6363
```
6464

@@ -94,7 +94,7 @@ An reimport can be performed by specifying the names of these entities in the AP
9494
"product_type_name": 'Good Products',
9595
"product_name": 'My little product',
9696
"engagement_name": 'Important import',
97-
"auto_create_contex": True,
97+
"auto_create_context": True,
9898
}
9999
```
100100

@@ -133,4 +133,4 @@ Here are the following use cases for using this field:
133133
3. The report **does not** set the date, and the `scan_date` is **set** at import
134134
- Finding date will be whatever the user set for `scan_date`
135135
4. The report **sets** the date, and the `scan_date` is **set** at import
136-
- Finding date will be whatever the user set for `scan_date`
136+
- Finding date will be whatever the user set for `scan_date`

0 commit comments

Comments
 (0)