Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix AudioContext doc typo #19264

Merged
merged 2 commits into from
May 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api/en/audio/AudioContext.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h3>[method:AudioContext getContext]()</h3>
otherwise set it to a new [link:https://developer.mozilla.org/en-US/docs/Web/API/AudioContext AudioContext].
</p>

<h3>[method:AudioContext setContext]( [param:AudioConetxt value] )</h3>
<h3>[method:AudioContext setContext]( [param:AudioContext value] )</h3>
rvadhavk marked this conversation as resolved.
Show resolved Hide resolved
<p>
Set the variable *context* in the outer scope to *value*.
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/zh/audio/AudioContext.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h3>[method:AudioContext getContext]()</h3>
否则创建一个新的[link:https://developer.mozilla.org/en-US/docs/Web/API/AudioContext AudioContext].
</p>

<h3>[method:AudioContext setContext]( [param:AudioConetxt value] )</h3>
<h3>[method:AudioContext setContext]( [param:AudioContext value] )</h3>
<p>
外部用来设置 *context* 的值.
</p>
Expand Down