From 92179a14a574b455ce4e7f0bbc67b06a2fe57f91 Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Mon, 29 Jul 2019 23:11:36 -0700 Subject: [PATCH] Fix typo Closes #209 --- modules/client/main/App.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/client/main/App.js b/modules/client/main/App.js index 2063707..46c2557 100644 --- a/modules/client/main/App.js +++ b/modules/client/main/App.js @@ -329,11 +329,11 @@ export default function App() { browsers.

- If you're you want users to be able to use the latest version - when you cut a new release, the best policy is to put the version - number in the URL directly in your installation instructions. This - will also load more quickly because we won't have to resolve the - latest version and redirect them. + If you want users to be able to use the latest version when you cut a + new release, the best policy is to put the version number in the URL + directly in your installation instructions. This will also load more + quickly because we won't have to resolve the latest version and + redirect them.