diff --git a/8.3/note.md b/8.3/note.md
index b8b185927b33370a86ce1f37ab72ee1f6fce2435..e5d3d7841a22aeb93b39872622330f3152eb71db 100644
--- a/8.3/note.md
+++ b/8.3/note.md
@@ -52,7 +52,7 @@ $ ./test >> output_data
 
 * <  
 `file < input`  
- 파일로부터 표준 입력을 받도록 redirection한다.
+ 파일로부터 표준 입력을 받도록 redirection한다
 ```
 $ ./test < intput_data
 ```
\ No newline at end of file