Skip to content

Commit 8c3788a

Browse files
author
Julien Pivotto
authored
Fix typo: Provier -> Provider (#571)
Signed-off-by: Julien Pivotto <[email protected]> Signed-off-by: Julien Pivotto <[email protected]>
1 parent 0082ead commit 8c3788a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/fwserver/server.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ func (s *Server) ProviderSchema(ctx context.Context) (fwschema.Schema, diag.Diag
302302
s.providerSchemaDiags = diags
303303
default:
304304
s.providerSchemaDiags.AddError(
305-
"Provier Missing Schema",
305+
"Provider Missing Schema",
306306
"While attempting to load provider schemas, the provider itself was missing a Schema method. "+
307307
"This is always an issue in the provider and should be reported to the provider developers.",
308308
)

0 commit comments

Comments
 (0)