From fa4e719bd0866afca810ff1dc4b279a02b67eb3f Mon Sep 17 00:00:00 2001 From: Peter W Date: Tue, 11 Jun 2024 03:12:12 +1000 Subject: [PATCH] docs: fix small README typo (#966) 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 Signed-off-by: Peter W Co-authored-by: Jeff Ching --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 400a0eb0..3bcdbc1a 100644 --- a/README.md +++ b/README.md @@ -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 |