From 1ba950edd811ee17a4c56bec7ce9a28b076f520f Mon Sep 17 00:00:00 2001 From: Akshay Arora Date: Mon, 4 Jan 2016 12:16:26 +0530 Subject: [PATCH] Fixed grammar and put a full stop. In the preview there is no line break, thus full stop is necessary for readability. --- client/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/README.md b/client/README.md index b722fceb9c..dd8e39e772 100644 --- a/client/README.md +++ b/client/README.md @@ -1,4 +1,4 @@ -This is the entry point for the client code -Code that should only run on the client should be put here. +This is the entry point for the client code. +Code that should run only on the client should be put here. NOTE(berks): For react specific stuff this should be the entry point