Skip to content

Commit e7dcaf7

Browse files
committed
[Korean] Fix Typo
1 parent 59e1f63 commit e7dcaf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ko/extend_your_application/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
첫 게시물의 상세 페이지 **URL**http://127.0.0.1:8000/post/1/가 되게 만들 거에요.
5656

57-
`blog/urls.py`파일에 URL을 만들어, 장고가 `post_detail` **로 보내, 게시글이 보일 수 있게 해봅시다. `path('post/<int:pk>/', views.post_detail, name='post_detail')`코드를 `blog/urls.py`파일에 추가하면 아래와 같을 보일 거에요.
57+
`blog/urls.py`파일에 URL을 만들어, 장고가 `post_detail` **로 보내, 게시글이 보일 수 있게 해봅시다. `path('post/<int:pk>/', views.post_detail, name='post_detail')`코드를 `blog/urls.py`파일에 추가하면 아래와 같이 보일 거에요.
5858

5959
{% filename %}{{warning_icon}}blog/urls.py{% endfilename %}
6060
```python

0 commit comments

Comments
 (0)