Skip to content

Commit

Permalink
Fix top_level_anchor_build_target typos (#2828)
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Kerber <[email protected]>
  • Loading branch information
erikkerber authored Dec 20, 2023
1 parent 9e4562e commit 4f68608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/bazel.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ load("@rules_xcodeproj//xcodeproj:defs.bzl", "xcodeproj")
- [`xcschemes.launch_target`](#xcschemes.launch_target)
- [`xcschemes.test_target`](#xcschemes.test_target)
- [`xcschemes.top_level_build_target`](#xcschemes.top_level_build_target)
- [`xcschemes.top_level_anchor_build_target`](#xcschemes.top_level_anchor_build_target)
- [`xcschemes.top_level_anchor_target`](#xcschemes.top_level_anchor_target)
- [`xcschemes.library_target`](#xcschemes.library_target)
- [`xcschemes.arg`](#xcschemes.arg)
- [`xcschemes.env_value`](#xcschemes.env_value)
Expand Down
2 changes: 1 addition & 1 deletion xcodeproj/internal/docs/bazel.header.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ load("@rules_xcodeproj//xcodeproj:defs.bzl", "xcodeproj")
- [`xcschemes.launch_target`](#xcschemes.launch_target)
- [`xcschemes.test_target`](#xcschemes.test_target)
- [`xcschemes.top_level_build_target`](#xcschemes.top_level_build_target)
- [`xcschemes.top_level_anchor_build_target`](#xcschemes.top_level_anchor_build_target)
- [`xcschemes.top_level_anchor_target`](#xcschemes.top_level_anchor_target)
- [`xcschemes.library_target`](#xcschemes.library_target)
- [`xcschemes.arg`](#xcschemes.arg)
- [`xcschemes.env_value`](#xcschemes.env_value)
Expand Down

0 comments on commit 4f68608

Please sign in to comment.