Skip to content

Commit d7f7fd4

Browse files
authored
Merge pull request #8116 from AlzaAlzaki76/typos2
Fix misspellings in docs
2 parents f17bf85 + 14ca0bb commit d7f7fd4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

contributor_docs/project_wrapups/tanvi_gsoc_2018.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ GSoC'18 was an incredibly enriching experience. I'm happy to know that I was abl
4646

4747
## Acknowledgements
4848

49-
I'd like to thank my mentor, [Alice Mira Chung](https://github.com/almchung) for her guidance, patience and support. I'd also like to thank Lauren McCarthy and others in the p5.js community who helped me successfuly close issues and guided me when I stumbled. Really grateful for having had this oppurtunity and such an encouraging environment.
49+
I'd like to thank my mentor, [Alice Mira Chung](https://github.com/almchung) for her guidance, patience and support. I'd also like to thank Lauren McCarthy and others in the p5.js community who helped me successfully close issues and guided me when I stumbled. Really grateful for having had this oppurtunity and such an encouraging environment.

contributor_docs/zh-Hans/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ p5.js 项目除了这个代码库外还包括了以下几个其他的代码库
4040

4141
# GitHub Issue 流程
4242

43-
* 我们使用 [GitHub issue](https://github.com/processing/p5.js/issues) 跟踪已知的错误和预期的新功能。[Issue lables](./issue_labels.md) 用于将问题分类,例如[适合初学者](https://github.com/processing/p5.js/labels/level%3Abeginner)的问题。
43+
* 我们使用 [GitHub issue](https://github.com/processing/p5.js/issues) 跟踪已知的错误和预期的新功能。[Issue labels](./issue_labels.md) 用于将问题分类,例如[适合初学者](https://github.com/processing/p5.js/labels/level%3Abeginner)的问题。
4444

4545
* 如果您想开始处理现有问题,请对你打算探查的问题发表评论,以便其他贡献者知道该问题正在处理中并可以提供帮助。
4646

lib/addons/p5.sound.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10979,7 +10979,7 @@ function gain_createClass(Constructor, protoProps, staticProps) { if (protoProps
1097910979
* @example
1098010980
* <div><code>
1098110981
*
10982-
* // load two soundfile and crossfade beetween them
10982+
* // load two soundfile and crossfade between them
1098310983
* let sound1,sound2;
1098410984
* let sound1Gain, sound2Gain, mixGain;
1098510985
* function preload(){

0 commit comments

Comments
 (0)