Skip to content

Commit

Permalink
Update svix-cli/src/cmds/open.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Platte <[email protected]>
  • Loading branch information
svix-onelson and svix-jplatte authored Dec 23, 2024
1 parent 25fff17 commit 2810f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svix-cli/src/cmds/open.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const DOCS_URL: &str = "https://docs.svix.com/";
/// Quickly open Svix pages in your browser
#[derive(Subcommand)]
pub enum OpenCommands {
/// Open the Svix API documentation
/// Open the Svix API reference
Api,
/// Open the Svix documentation
Docs,
Expand Down

0 comments on commit 2810f9a

Please sign in to comment.