Skip to content

Commit 6ac67f0

Browse files
authored
docs: fix grammar and link in readme
* Grammar fix * Fix cache info link in README * Use working link to point to original section
1 parent b8a49f4 commit 6ac67f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ variable | default | description
4343
`expo-password` | - | The password of your Expo account _(e.g. [`${{ secrets.EXPO_CLI_PASSWORD }}`][link-actions-secrets])_
4444
`expo-version` | `latest` | The Expo CLI version to use, can be any [SemVer][link-semver-playground]. _(e.g. `3.x`)_
4545
`expo-packager` | `yarn` | The package manager to install the CLI with. _(e.g. `npm`)_
46-
`expo-cache` | `false` | If it should the [GitHub actions (remote) cache]((#using-the-built-in-cache)).
46+
`expo-cache` | `false` | If it should use the [GitHub actions (remote) cache](#using-the-built-in-cache).
4747
`expo-cache-key` | - | An optional custom (remote) cache key. _(**use with caution**)_
4848
`expo-patch-watchers` | `true` | If it should [patch the `fs.inotify.` limits](#enospc-errors-on-linux).
4949

0 commit comments

Comments
 (0)