We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9827cbf commit 8944f9eCopy full SHA for 8944f9e
internal/integrationtest/compile_1/compile_test.go
@@ -1342,7 +1342,7 @@ func TestCompileWithOutputDirFlagIgnoringFoldersCreatedByEsp32RainMakerLib(t *te
1342
require.NoError(t, err)
1343
1344
// When importing the `RMaker` library, the esp32 core produces in output a folder,
1345
- // containg all the binaries exported. The name of the folder matches the sketch name.
+ // containing all the binaries exported. The name of the folder matches the sketch name.
1346
// In out case:
1347
// cache-dir/
1348
// |- RainMakerSketch.ino/ <--- This should be ignored
0 commit comments