Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix grammatical errors and typo in code (#2411)
Fixed: Changed "Commands must" to "Commands must be" for grammatical correctness. Corrected "import { geSSLHubRpcClient" to "import { getSSLHubRpcClient" to fix the typo. Why it's useful: These changes fix grammatical errors and a typo, ensuring the code is syntactically correct and easier to read. <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on correcting a typo in the documentation and updating a function name in the code. ### Detailed summary - In `apps/hubble/www/docs/docs/cli.md`, the phrase "Commands must invoked" was corrected to "Commands must be invoked". - In `packages/hub-nodejs/docs/Client.md`, the function name `geSSLHubRpcClient` was updated to `getSSLHubRpcClient`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
- Loading branch information