Skip to content

Commit

Permalink
fix; spelling mistake
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Theuermann <[email protected]>
  • Loading branch information
mati007thm committed Dec 16, 2024
1 parent e7516e9 commit 9e19137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/exception_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func NewValidUntilValidator() validator.String {

func (r *exceptionResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse) {
resp.Schema = schema.Schema{
MarkdownDescription: `Set custom exceptions fot a Scope.`,
MarkdownDescription: `Set custom exceptions for a Scope.`,
Attributes: map[string]schema.Attribute{
"scope_mrn": schema.StringAttribute{
MarkdownDescription: "The MRN of the scope (either asset mrn or space mrn).",
Expand Down

0 comments on commit 9e19137

Please sign in to comment.