diff --git a/src/en/guide/commandLine/reusingGrailsScripts.gdoc b/src/en/guide/commandLine/reusingGrailsScripts.gdoc index 8b4e3845069..9108f530325 100644 --- a/src/en/guide/commandLine/reusingGrailsScripts.gdoc +++ b/src/en/guide/commandLine/reusingGrailsScripts.gdoc @@ -1,6 +1,6 @@ Grails ships with a lot of command line functionality out of the box that you may find useful in your own scripts (See the command line reference in the reference guide for info on all the commands). -Any script you create an invoke another Grails script simply by invoking a method: +Any script you create can invoke another Grails script simply by invoking a method: {code} testApp()