From f2dc5c6cc54cbf06047f3fe0fb383b81a50f1dc3 Mon Sep 17 00:00:00 2001 From: Robert Wallach Date: Fri, 26 Jan 2018 16:30:31 -0600 Subject: [PATCH] Uploaded by https://stackedit.io/ --- articles/prism/validation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/prism/validation.md b/articles/prism/validation.md index e18aa97..5185e0b 100644 --- a/articles/prism/validation.md +++ b/articles/prism/validation.md @@ -85,7 +85,7 @@ In the previous section, you learned how to create a simple Prism instance that # Validating Mock Servers -Validating an existing service is powerful, but what happens if you are still implementing your API and all you have is a mock server. How do you keep the examples valid? +Validating an existing service is powerful, but what happens if you are still implementing your API and all you have is a mock server? How do you keep the examples valid? _Note: If you don't have an existing mock server, check out [this](https://next.stoplight.io/stoplight/stoplight-next-docs/blob/master/prism.mock.server.md) article first and then continue reading._ @@ -99,5 +99,5 @@ You now have a fully functional prism contract server. We have created a public For the more experienced Prism user, we have set up some advanced prism instances in the official Stoplight Next [Prism Project](https://next.stoplight.io/stoplight/prism). \ No newline at end of file