Skip to content

Commit

Permalink
docs: fix small README typo (#966)
Browse files Browse the repository at this point in the history
fix typo

searching the other codebase seems to confirm this is a typo (results
show "local" not "loca")


https://github.com/search?q=repo%3Agoogleapis%2Frelease-please%20always-link-local&type=code

<!--
Thank you for proposing a pull request! Please note that SOME TESTS WILL
LIKELY FAIL due to how GitHub exposes secrets in Pull Requests from
forks.
Someone from the team will review your Pull Request and respond.

Please describe your change and any implementation details below.
-->

Signed-off-by: Peter W <[email protected]>
Co-authored-by: Jeff Ching <[email protected]>
  • Loading branch information
techieshark and chingor13 authored Jun 10, 2024
1 parent 7b7ddcd commit fa4e719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ you can see a mapping of the old option to the new option:
| `changelog-path` | `$.packages[path].changelog-path` | Package-only option |
| `component` | `$.packages[path].component` | Package-only option |
| `package-name` | `$.packages[path].package-name` | Package-only option |
| `always-link-local` | `$.always-link-loca` | Root-only option |
| `always-link-local` | `$.always-link-local` | Root-only option |
| `bootstrap-sha` | `$.bootstrap-sha` | Root-only option |
| `commit-search-depth` | `$.commit-search-depth` | Root-only option |
| `group-pull-request-title-pattern` | `$.group-pull-request-title-pattern` | Root-only option |
Expand Down

0 comments on commit fa4e719

Please sign in to comment.