docs: fix typos and wording in learn and README docs (#25668)

This commit is contained in:
maradini77
2025-12-11 15:58:50 +00:00
committed by GitHub
parent 6065146fa6
commit a64ebec493
16 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -339,7 +339,7 @@ func TestMap(t *testing.T) {
assert.ErrorContains(t, err, "invalid argument \"bar=123.9\" for \"--map-string-uint32\" flag: strconv.ParseUint: parsing \"123.9\": invalid syntax")
}
// TestEveything tests all the different types of flags are correctly read and as well as correctly returned
// TestEverything tests all the different types of flags are correctly read and as well as correctly returned
// This tests the flag binding and the message building
func TestEverything(t *testing.T) {
fixture := initFixture(t)