From 2a3c507d204ff08b8c6f0c5b2e6ebb9232af80d7 Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Tue, 19 Mar 2024 02:27:09 +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 d9e64025d..9e8f669a7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -68,7 +68,7 @@ pnpm link -—global openai Most tests require you to [set up a mock server](https://github.com/stoplightio/prism) against the OpenAPI spec to run the tests. ```bash -npx prism path/to/your/openapi.yml +npx prism mock path/to/your/openapi.yml ``` ```bash