Skip to content

Commit 59f1906

Browse files
fix: typo detected by misspell linter
1 parent 412db4d commit 59f1906

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ linters:
1515
#- thelper
1616
- errorlint
1717
- dupword
18-
- exportloopref
18+
- copyloopvar
1919
- forbidigo
2020
- gofmt
2121
- goimports

commands/service_debug_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ func (s *arduinoCoreServerImpl) getDebugProperties(req *rpc.GetDebugConfigReques
270270
}, nil
271271
}
272272

273-
// Extract a JSON from a given properies.Map and converts key-indexed arrays
273+
// Extract a JSON from a given properties.Map and converts key-indexed arrays
274274
// like:
275275
//
276276
// my.indexed.array.0=first

0 commit comments

Comments
 (0)