From d5b3e536d1316594789c0c2caac1d3c6aefb8d79 Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Tue, 19 Mar 2024 02:27:12 +0000 Subject: [PATCH] docs: fix typo in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 10854833..6ddf780d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -86,7 +86,7 @@ Most tests require you to [set up a mock server](https://github.com/stoplightio/ ```bash # you will need npm installed -npx prism path/to/your/openapi.yml +npx prism mock path/to/your/openapi.yml ``` ```bash