aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorlogicseeker <logicseeker@naver.com>2021-07-15 18:05:04 +0900
committerKyle <mkitigy@gmail.com>2021-08-14 13:41:58 +0900
commitcef65c3c566c6ccd734602e06551232c5077b0a6 (patch)
treed1689e8bc1bd62d032c3087fb6182f603a3a3358 /files
parent47c2c77a18b922051a8a8cfa3ca84d91ca5d5040 (diff)
downloadtranslated-content-cef65c3c566c6ccd734602e06551232c5077b0a6.tar.gz
translated-content-cef65c3c566c6ccd734602e06551232c5077b0a6.tar.bz2
translated-content-cef65c3c566c6ccd734602e06551232c5077b0a6.zip
Small fix
Diffstat (limited to 'files')
-rw-r--r--files/ko/web/api/web_audio_api/basic_concepts_behind_web_audio_api/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/api/web_audio_api/basic_concepts_behind_web_audio_api/index.html b/files/ko/web/api/web_audio_api/basic_concepts_behind_web_audio_api/index.html
index 00c9fa9cb0..b45db93b23 100644
--- a/files/ko/web/api/web_audio_api/basic_concepts_behind_web_audio_api/index.html
+++ b/files/ko/web/api/web_audio_api/basic_concepts_behind_web_audio_api/index.html
@@ -23,7 +23,7 @@ translation_of: Web/API/Web_Audio_API/Basic_concepts_behind_Web_Audio_API
<ol>
<li>오디오 컨텍스트를 생성합니다.</li>
- <li>컨텍스트 내에서, 다음과 같이 소스을 생성합니다 — {{HTMLElement("audio")}}, oscillator, 또는 stream.</li>
+ <li>컨텍스트 내에서, 다음과 같이 소스를 생성합니다 — {{HTMLElement("audio")}}, oscillator, 또는 stream.</li>
<li>효과 노드를 생성하는데, 예를 들자면 reverb, biquad filter, panner, 또는 compressor가 있습니다.</li>
<li>사용자의 컴퓨터 스피커와 같이, 오디오의 최종 도착지를 선택합니다.</li>
<li>오디오 소스로부터 0 또는 더 많은 효과를 거쳐 연결(connection)을 확립하는데, 마지막으로는 앞서 선택된 도착지에서 끝납니다.</li>