Skip to content

Commit

Permalink
spelling: performance
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Sep 24, 2017
1 parent 4990641 commit 5ee9e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/expressionRewritingBehaviors.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ describe('Expression Rewriting', function() {
"model: router.activeItem, //wiring the router\n" +
"afterCompose: router.afterCompose, //wiring the router\n" +
"//transition:'entrance', //use the 'entrance' transition when switching views\n" +
"skipTransitionOnSameViewId: true,//Transition entrance is disabled for better perfomance\n" +
"skipTransitionOnSameViewId: true,//Transition entrance is disabled for better performance\n" +
"cacheViews:true //telling composition to keep views in the dom, and reuse them (only a good idea with singleton view models)\n");
expect(result).toEqual([
{ key: 'model', value: 'router.activeItem' },
Expand Down

0 comments on commit 5ee9e07

Please sign in to comment.