diff --git a/docs/guide/structure-entry-scripts.md b/docs/guide/structure-entry-scripts.md index 0914cbf426..7f9e947bfa 100644 --- a/docs/guide/structure-entry-scripts.md +++ b/docs/guide/structure-entry-scripts.md @@ -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.