From 62255b3c0f6266eb4eeea4c8e852e1d12eb89fea Mon Sep 17 00:00:00 2001 From: xefdan3ms <31907229+xefdan3ms@users.noreply.github.com> Date: Sun, 8 Jul 2018 17:43:07 -0500 Subject: [PATCH] Improper use of "didn't" in install doc file You should say: If you haven't logged into the Ubuntu Store yet Instead of : If you didn't logged into the Ubuntu Store yet --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index b194673..d1e6561 100644 --- a/docs/install.md +++ b/docs/install.md @@ -70,7 +70,7 @@ Installing the Anbox snap is very simple: $ snap install --devmode --beta anbox ``` -If you didn't logged into the Ubuntu Store yet, the `snap` command will +If you haven't logged into the Ubuntu Store yet, the `snap` command will ask you to use `sudo snap ...` in order to install the snap: ```