Skip to content

Commit

Permalink
Update docs/ko/docs/tutorial/static-files.md
Browse files Browse the repository at this point in the history
Co-authored-by: JeongHyeongKim <maladroit1@likelion.org>
  • Loading branch information
jeesang7 and JeongHyeongKim committed Mar 17, 2021
1 parent 947e7a0 commit 2c54b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ko/docs/tutorial/static-files.md
Expand Up @@ -19,7 +19,7 @@ $ pip install aiofiles
## `StaticFiles` 사용

* `StaticFiles` 임포트합니다.
* 특정 경로에 `StaticFiles()` 인스턴스를 "Mount" 합니다.
* 특정 경로에 `StaticFiles()` 인스턴스를 마운트 합니다.

```Python hl_lines="2 6"
{!../../../docs_src/static_files/tutorial001.py!}
Expand Down

0 comments on commit 2c54b2b

Please sign in to comment.