GUAC-1378: It's a constructor, not a contructor.

This commit is contained in:
Michael Jumper
2016-02-18 17:18:13 -08:00
parent f57a4f80db
commit f2a767f045

View File

@@ -49,7 +49,7 @@ angular.module('index').config(['$provide', function($provide) {
* MUST be one of the valid names defined within * MUST be one of the valid names defined within
* PatchOperation.Operations. * PatchOperation.Operations.
* *
* @contructor * @constructor
* @param {String} name * @param {String} name
* The name of the patching operation that will be applied. Valid * The name of the patching operation that will be applied. Valid
* names are defined within PatchOperation.Operations. * names are defined within PatchOperation.Operations.