Skip to content

Commit 3a0cbae

Browse files
authored
minor rephrasing
flows more naturally, IMO
1 parent b53c420 commit 3a0cbae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/django_start_project/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ ALLOWED_HOSTS = ['127.0.0.1', '.pythonanywhere.com']
145145
> ```python
146146
> SECRET_KEY = os.getenv('SECRET')
147147
> ```
148-
> * And a little further, in the same file, we inject the name of your new Glitch website:
148+
> * And a little further down in the same file, we inject the name of your new Glitch website:
149149
>
150150
> {% filename %}mysite/settings.py{% endfilename %}
151151
> ```python

0 commit comments

Comments
 (0)