Skip to content

Commit

Permalink
Found an awkward Korean word
Browse files Browse the repository at this point in the history
We Koreans don't' use the Korean word, "시간소인" to translate the English word, "timestamp".
It's more natural and acceptable to native Koreans to translate it to "타임스탬프".
Please refer to the following links.

https://zkorean.com/dictionary/search_results?word=timestamp
http://krdic.naver.com/detail.nhn?docid=39084100
  • Loading branch information
DaleSeo committed Jul 14, 2016
1 parent 9aa98e1 commit 3a5aaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ko/guide/writing-middleware.md
Expand Up @@ -140,7 +140,7 @@ app.listen(3000);
</code>
</pre>

앱의 루트에 대한 요청을 실행할 때, 앱은 이제 요청의 시간소인을 브라우저에 표시합니다.
앱의 루트에 대한 요청을 실행할 때, 앱은 이제 요청의 타임스탬프를 브라우저에 표시합니다.

사용자는 요청 오브젝트, 응답 오브젝트, 스택 내의 그 다음 미들웨어 함수, 그리고 모든 Node.js API에 대한 액세스 권한을 가지고 있으므로, 미들웨어 함수에 대한 가능성은 끝이 없습니다.

Expand Down

0 comments on commit 3a5aaa9

Please sign in to comment.