1
0
mirror of https://github.com/adobe/brackets.git synced 2024-11-20 18:02:54 +01:00

pased -> passed (#13921)

Correct typo
This commit is contained in:
GABINJUNG 2018-01-11 05:43:17 +09:00 committed by Pete Nykänen
parent 8e9d86fa0a
commit 254bb77ac8

View File

@ -200,7 +200,7 @@ define(function (require, exports, module) {
* Make an index request object
* @param {boolean} requestIndex - true to request an index, false if not
* @param {number} index - the index to request
* @return {indexRequested:boolean, index:number} an object that can be pased to
* @return {indexRequested:boolean, index:number} an object that can be passed to
* {@link Pane#addToViewList} to insert the item at a specific index
* @see Pane#addToViewList
*/