From 57fe4240bf16b670932a2e2981459bf61b2346e8 Mon Sep 17 00:00:00 2001 From: Andy Garfield Date: Wed, 24 Feb 2021 08:04:05 -0500 Subject: [PATCH] Fixed typo --- whats_new_20.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/whats_new_20.md b/whats_new_20.md index abd0e9d..4b2d95d 100644 --- a/whats_new_20.md +++ b/whats_new_20.md @@ -54,12 +54,10 @@ Services and streams are mechanisms to share messages between accounts. Think of a service as an RPC endpoint into an account. Behind that account there might be many microservices working in concert to handle requests, but from outside the account there is simply one subject exposed. -**Services** definition to share an endpoint: +**Service** definitions share an endpoint: * Export a service to allow other accounts to import -* Import a service to allow requests to be sent securely and seamlessly to - - another account +* Import a service to allow requests to be sent securely and seamlessly to another account Use cases include most applications - anything that accepts a request and returns a response.