Merge pull request #8365 from elysdir/docs-change-chain-to-step

Changing the phrase 'the first chain in the process'.
This commit is contained in:
Paul Klimov
2015-05-12 11:01:03 +03:00

View File

@@ -1,7 +1,7 @@
Entry Scripts
=============
Entry scripts are the first chain in the application bootstrapping process. An application (either
Entry scripts are the first step in the application bootstrapping process. An application (either
Web application or console application) has a single entry script. End users make requests to
entry scripts which instantiate application instances and forward the requests to them.