diff --git a/docs/topics/http/urls.txt b/docs/topics/http/urls.txt index 926fddf2c11..2ec4e9d9541 100644 --- a/docs/topics/http/urls.txt +++ b/docs/topics/http/urls.txt @@ -451,8 +451,8 @@ included URLconf, as expected. Defining URL Namespaces ----------------------- -When you need to deploying multiple instances of a single application, it can -be helpful to be able to differentiate between instances. This is especially +When you need to deploy multiple instances of a single application, it can be +helpful to be able to differentiate between instances. This is especially important when using _`named URL patterns `, since multiple instances of a single application will share named URLs. Namespaces provide a way to tell these named URLs apart.