From 20889e373e12cd0f20c35d7df3a37cfb711c7d70 Mon Sep 17 00:00:00 2001 From: Rexredinger Date: Tue, 22 Mar 2022 17:38:11 -0400 Subject: [PATCH] typo --- variable_set.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variable_set.go b/variable_set.go index b2415501d..9412474cf 100644 --- a/variable_set.go +++ b/variable_set.go @@ -235,7 +235,7 @@ func (s *variableSets) Delete(ctx context.Context, variableSetID string) error { } // VariableSetApplyOptions represents a subset of update options specifically for applying variable sets to workspaces -type VariableSetAapplyOptions struct { +type VariableSetApplyOptions struct { // Type is a public field utilized by JSON:API to // set the resource type via the field tag. // It is not a user-defined value and does not need to be set.