diff --git a/docs/patterns/packages.rst b/docs/patterns/packages.rst index 65678a15..99d0d7e5 100644 --- a/docs/patterns/packages.rst +++ b/docs/patterns/packages.rst @@ -109,7 +109,7 @@ Working with Modules -------------------- For larger applications with more than a dozen views it makes sense to -split the views into module. First let's look at the typical struture of +split the views into modules. First let's look at the typical struture of such an application:: /yourapplication