From e400c25358054e915014b84f8d7c0afba8620e4a Mon Sep 17 00:00:00 2001 From: Paul Tyng Date: Tue, 30 Jul 2019 10:43:46 -0400 Subject: [PATCH] Minor typo --- helper/schema/resource.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/schema/resource.go b/helper/schema/resource.go index c1bdf1170..b59e4e82e 100644 --- a/helper/schema/resource.go +++ b/helper/schema/resource.go @@ -97,7 +97,7 @@ type Resource struct { // exists. If this returns false, then this will affect the diff // accordingly. If this function isn't set, it will not be called. You // can also signal existence in the Read method by calling d.SetId("") - // if the Resource is not longer present and should be removed from state. + // if the Resource is no longer present and should be removed from state. // The *ResourceData passed to Exists should _not_ be modified. Create CreateFunc Read ReadFunc