소스 검색

Typo fixed

Signed-off-by: Manuel Kaufmann <[email protected]>
Manuel Kaufmann 9 년 전
부모
커밋
ac14642d94
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: