Skip to content

Commit 8bc5606

Browse files
authored
Update CONTRIBUTING.md
Add feedback from PR
1 parent 18f9815 commit 8bc5606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This makes it very easy to add import functionality, by using
4242

4343
```go
4444
Importer: &schema.ResourceImporter{
45-
State: schema.ImportStatePassthrough,
45+
StateContext: schema.ImportStatePassthroughContext,
4646
},
4747
```
4848

0 commit comments

Comments
 (0)