From c89258a0eaa07c75c50e5daa81bf58712e075a6b Mon Sep 17 00:00:00 2001 From: Mark Fox Date: Sat, 17 Aug 2013 14:25:37 -0700 Subject: [PATCH] fixed spelling mistake "bootsrapped" --- docs/en/tutorials/getting-started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/tutorials/getting-started.rst b/docs/en/tutorials/getting-started.rst index 5342ff12e..1e88f8538 100644 --- a/docs/en/tutorials/getting-started.rst +++ b/docs/en/tutorials/getting-started.rst @@ -113,7 +113,7 @@ This is the current directory structure: |-- composer.json `-- vendor -Next we'll create a basic bootsrapped application that uses the Symfony +Next we'll create a basic bootstrapped application that uses the Symfony Console to interact with Doctrine via the command line. Here's a preview of what we'll add: