Skip to content

Commit 1935ada

Browse files
authored
Fix typo in configurations (#578)
1 parent ab8f41d commit 1935ada

File tree

1 file changed

+1
-1
lines changed
  • configurations/use_skylib_build_setting

1 file changed

+1
-1
lines changed

configurations/use_skylib_build_setting/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ To test it out, cd into this directory and run the following:
55

66
```
77
$ bazel build :ice-cream // => "flavor: strawberry"
8-
$ bazel build :ice-cream --//use_skylib_build_settings:flavor=rocky-road => "flavor: rocky-road"
8+
$ bazel build :ice-cream --//use_skylib_build_setting:flavor=rocky-road => "flavor: rocky-road"
99
```

0 commit comments

Comments
 (0)