From 8094149fbe1d06e3a971633ff078b0bbf44eb6fd Mon Sep 17 00:00:00 2001 From: Jorge Caridad <65676916+jcari-dev@users.noreply.github.com> Date: Wed, 10 Jul 2024 01:59:23 -0400 Subject: [PATCH] fixed typos in bruno-cli readme.md (#2600) --- packages/bruno-cli/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/bruno-cli/readme.md b/packages/bruno-cli/readme.md index 5cc98f3c0..ec82267fb 100644 --- a/packages/bruno-cli/readme.md +++ b/packages/bruno-cli/readme.md @@ -64,13 +64,13 @@ Bruno cli returns the following exit status codes: - `1` -- an assertion, test, or request in the executed collection failed - `2` -- the specified output directory does not exist - `3` -- the request chain seems to loop endlessly -- `4` -- bru was called outside of a colection root directory +- `4` -- bru was called outside of a collection root directory - `5` -- the specified input file does not exist - `6` -- the specified environment does not exist - `7` -- the environment override was not a string or object - `8` -- an environment override is malformed - `9` -- an invalid output format was requested -- `255` -- another error occured +- `255` -- another error occurred ## Demo