From 87c1fd17d48f26b49829d48949ed0c0bdfe37fb3 Mon Sep 17 00:00:00 2001 From: Jer Date: Tue, 24 Dec 2024 13:04:18 +1100 Subject: [PATCH] Update examples/remote/list_all_paths.rs Co-authored-by: Benjamin Brienen --- examples/remote/list_all_paths.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/remote/list_all_paths.rs b/examples/remote/list_all_paths.rs index 5260b2933719d..9bb17428bf3dc 100644 --- a/examples/remote/list_all_paths.rs +++ b/examples/remote/list_all_paths.rs @@ -11,7 +11,7 @@ fn main() -> AnyhowResult<()> { let host_part = format!("{}:{}", DEFAULT_ADDR, DEFAULT_PORT); let url = format!("http://{}/", host_part); - // If you pass no params, you'll be able to see all the optinos for arguments you can pass to the `./client.rs` remote example. + // If you pass no params, you'll be able to see all the options for arguments you can pass to the `./client.rs` remote example. let req = BrpRequest { jsonrpc: "2.0".to_string(), method: BRP_LIST_METHOD.to_string(),