From 0942c1dcc5be339c16475c16d44f944b0dbb71b0 Mon Sep 17 00:00:00 2001 From: Maor Leger Date: Fri, 18 Dec 2020 17:07:30 -0800 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Harsha Nalluru --- samples/frameworks/react/ts/README.md | 6 +++--- samples/frameworks/react/ts/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/frameworks/react/ts/README.md b/samples/frameworks/react/ts/README.md index b5fbb39f4a17..697cc7b1c00f 100644 --- a/samples/frameworks/react/ts/README.md +++ b/samples/frameworks/react/ts/README.md @@ -2,7 +2,7 @@ This sample application shows how to use the TypeScript client libraries for Azure in some common scenarios. -In this sample, we build a simple Todo application in React using [create-react-app][react] and integrating with various Azure services +In this sample, we build a simple Todo application in React using [create-react-app][react] and integrating with various Azure services. - Integration with Azure EventHubs showcases a mechanism for multiple instances to consume EventHub messages produced by any one of them. - Integration with Azure ServiceBus showcases a mechanism for any single instance to consume ServiceBus messages. When multiple windows are open, only one of them will receive any given message. @@ -36,9 +36,9 @@ Run the sample app: npm start ``` -A new browser window will open containing a sample set of Todos that have been created. Since this is a contrived example you can only create new Todos and complete existing Todos. As you interact with the application you'll notice EventHubs and ServiceBus messages get written out to the console in the the browser's developer tools. +A new browser window will open containing a sample set of Todos that have been created. Since this is a contrived example, you can only create new Todos and complete existing Todos. As you interact with the application, you'll notice EventHubs and ServiceBus messages get written out to the console in the browser's developer tools. -Additionally you may open multiple instances of this sample application and watch as Todos synchronize in real time. +Additionally, you may open multiple instances of this sample application and watch as Todos synchronize in real-time. ## Next Steps diff --git a/samples/frameworks/react/ts/package.json b/samples/frameworks/react/ts/package.json index bfc61e4ba261..f75edf834f79 100644 --- a/samples/frameworks/react/ts/package.json +++ b/samples/frameworks/react/ts/package.json @@ -1,5 +1,5 @@ { - "name": "typescript-react", + "name": "typescript-react-sample", "version": "0.1.0", "private": true, "dependencies": {