From bbbc91a198cc955080bc96e7c69cb4ca6ad7f7cd Mon Sep 17 00:00:00 2001 From: Marco Kellershoff Date: Mon, 9 Sep 2024 15:10:29 +0200 Subject: [PATCH] chore(docs): fix warning --- docs/docs/usage/public-methods.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/usage/public-methods.md b/docs/docs/usage/public-methods.md index e7bfbbd..b8eefd5 100644 --- a/docs/docs/usage/public-methods.md +++ b/docs/docs/usage/public-methods.md @@ -106,7 +106,7 @@ provide autocompletion and type checking. ### get_selected_env -::: warning ::: +:::warning This function is only available if you are using a `http-client.env.json` file. @@ -117,7 +117,7 @@ returns the selected environment. ### set_selected_env -::: warning ::: +:::warning This function is only available if you are using a `http-client.env.json` file.