GUACAMOLE-220: Correct grammar of saveObject() documentation ("to save", not "to saves").

This commit is contained in:
Michael Jumper
2018-05-03 23:38:01 -07:00
parent ae0512c266
commit b50e709981

View File

@@ -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 * saving is successful, the user is navigated back to the page they
* started from. If saving fails, an error notification is displayed. * started from. If saving fails, an error notification is displayed.
*/ */