From 9c0c3acbae3f21eb8a1600991b9ce210c1802d0b Mon Sep 17 00:00:00 2001 From: Thilak Somasundaram Date: Fri, 14 Jan 2022 18:30:24 -0800 Subject: [PATCH] Fix sentense: "that are you are using" to "that you are using" --- plugins/commands/box/command/outdated.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/commands/box/command/outdated.rb b/plugins/commands/box/command/outdated.rb index 549c4c643..35a909f73 100644 --- a/plugins/commands/box/command/outdated.rb +++ b/plugins/commands/box/command/outdated.rb @@ -16,7 +16,7 @@ module VagrantPlugins o.banner = "Usage: vagrant box outdated [options]" o.separator "" o.separator "Checks if there is a new version available for the box" - o.separator "that are you are using. If you pass in the --global flag," + o.separator "that you are using. If you pass in the --global flag," o.separator "all boxes will be checked for updates." o.separator "" o.separator "Options:"