From 70aff31eb73fad306647407eb2135e5271071c30 Mon Sep 17 00:00:00 2001
From: Bryan Clark <clarkbw@github.com>
Date: Fri, 6 Dec 2019 15:31:28 -0500
Subject: [PATCH] Apply suggestions from code review

Co-Authored-By: Konrad Pabjan <konradpabjan@github.com>
---
 action.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/action.yml b/action.yml
index eaf3aebd..1f952a87 100644
--- a/action.yml
+++ b/action.yml
@@ -24,11 +24,11 @@ inputs:
        file.'
     required: false
   username:
-    description: 'Username for authentication to the Apache Maven server.'
+    description: 'Username for authentication to the Apache Maven repository.'
     required: false
   password:
-    description: 'Passowrd or token for authentication to the Apache Maven
-       server.'
+    description: 'Password or token for authentication to the Apache Maven
+       repository.'
     required: false
 runs:
   using: 'node12'