Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion template/app/view/SimpleSelectBehavior.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Ext.define('Docs.view.SimpleSelectBehavior', {

/**
* Creates a wrapper around selection model.
* @param {Ext.Component} selModel A component firering "select"
* @param {Ext.Component} selModel A component firing "select"
* and "deselect" events.
* @param {Object} listeners The listeners config for Observable.
*/
Expand Down
2 changes: 1 addition & 1 deletion template/app/view/tests/BatchRunner.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Component for running multiple tests in batch mode.
*
* Calling the #run method with bunch of Docs.model.Test records will
* start the runner, firering #start event. After the completion of
* start the runner, firing #start event. After the completion of
* every test the #statuschange event is fired. Finally #finish will
* fire when all tests are done.
*/
Expand Down