From e4d7270929ec4554d47f3d613c420b253275579e Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Tue, 12 Apr 2011 23:50:33 -0400 Subject: [PATCH] Typo correction in 'Try It' area --- scripts/ui.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ui.js b/scripts/ui.js index 0aabdbe..bc98b4c 100644 --- a/scripts/ui.js +++ b/scripts/ui.js @@ -89,8 +89,8 @@ .append( $( '

' ).html( "Enter or modify a test script below. The common " + "ease.js modules, such as Class, have " + - "already imported for you. When you are ready, click " + - "Run to run the script." + "already been imported for you. When you are ready, " + + "click Run to run the script." ) ) .append( $txt ) .append( $( '

' )