From b50e70998195b796194b7da72f60baf491b5e713 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 3 May 2018 23:38:01 -0700 Subject: [PATCH] GUACAMOLE-220: Correct grammar of saveObject() documentation ("to save", not "to saves"). --- .../src/main/webapp/app/manage/directives/managementButtons.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guacamole/src/main/webapp/app/manage/directives/managementButtons.js b/guacamole/src/main/webapp/app/manage/directives/managementButtons.js index a83b82c22..f44515aa6 100644 --- a/guacamole/src/main/webapp/app/manage/directives/managementButtons.js +++ b/guacamole/src/main/webapp/app/manage/directives/managementButtons.js @@ -167,7 +167,7 @@ angular.module('manage').directive('managementButtons', ['$injector', }; /** - * Invokes the provided save function to saves the current object. If + * Invokes the provided save function to save the current object. If * saving is successful, the user is navigated back to the page they * started from. If saving fails, an error notification is displayed. */