瀏覽代碼

Merge pull request #2881 from humitos/patch-1

Typo fixed
Joffrey F 9 年之前
父節點
當前提交
a5d95612e0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/django.md

+ 1 - 1
docs/django.md

@@ -129,7 +129,7 @@ In this step, you create a Django started project by building the image from the
 
 In this section, you set up the database connection for Django.
 
-1. In your project dirctory, edit the `composeexample/settings.py` file.
+1. In your project directory, edit the `composeexample/settings.py` file.
 
 2. Replace the `DATABASES = ...` with the following: