Skip to content

Commit bfe0812

Browse files
JungGaBinswmitra
authored andcommitted
curent -> current (adobe#13915)
correct typo
1 parent 623fd0f commit bfe0812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/language/XMLUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ define(function (require, exports, module) {
4343
* @param {number} offset Offset in current token
4444
* @param {Array.<string>} exclusionList List of attributes of a tag or attribute options used by an attribute
4545
* @param {string} tagName Name of the current tag
46-
* @param {string} attrName Name of the curent attribute
46+
* @param {string} attrName Name of the current attribute
4747
* @param {boolean} shouldReplace true if we don't want to append ="" to an attribute
4848
* @return {!{token: Token, tokenType: int, offset: int, exclusionList: Array.<string>, tagName: string, attrName: string, shouldReplace: boolean}}
4949
*/

0 commit comments

Comments
 (0)