diff --git a/docs/tpm_not_working.md b/docs/tpm_not_working.md index bd69536..6680291 100644 --- a/docs/tpm_not_working.md +++ b/docs/tpm_not_working.md @@ -94,7 +94,7 @@ The solution is to find your brew prefix /opt/homebrew/bin ``` -And prefix it to the `PATH` environment variable +And prepend it to the `PATH` environment variable ``` set-environment -g PATH "/opt/homebrew/bin:/bin:/usr/bin" ```