misspelling/typo correction: administrativia -> administrivia

This commit is contained in:
Ryan Williams
2013-08-07 17:57:39 -04:00
parent 885730689e
commit 25c115c214

View File

@@ -4,7 +4,7 @@ isChild: true
## Command Line Interface {#command_line_interface_title}
PHP was created primarily to write web applications, but it's also useful for scripting command line interface (CLI) programs. Command line PHP programs can help you automate common tasks like testing, deployment, and application administrativia.
PHP was created primarily to write web applications, but it's also useful for scripting command line interface (CLI) programs. Command line PHP programs can help you automate common tasks like testing, deployment, and application administrivia.
CLI PHP programs are powerful because you can use your app's code directly without having to create and secure a web GUI for it. Just be sure not to put your CLI PHP scripts in your public web root!