Skip to content

Commit d02e754

Browse files
authored
Merge pull request #8216 from nivanovvv/typos3
Docs: fix typos and anchors
2 parents a6831ac + b3a6cd9 commit d02e754

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

contributor_docs/zh-Hans/fes_reference_dev_notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* `_friendlyFileLoadError()`
77
* `_friendlyError()`
88
* `helpForMisusedAtTopLevelCode()`
9-
* `_fesErrorMontitor()`
9+
* `_fesErrorMonitor()`
1010

1111
这些函数位于 `core/friendly_errors/` 文件夹中。
1212
* `fes_core.js` 包含 FES 的核心功能和其他杂项功能。

contributor_docs/zh-Hans/friendly_error_system.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,13 @@ p5.js从多个位置调用FES,以处理不同的情况,包括:
129129
这些函数主要负责捕获错误并生成FES消息:
130130
* [`_friendlyFileLoadError()`] 捕获文件加载错误。
131131
* [`_validateParameters()`] 根据内联文档检查p5.js函数的输入参数。
132-
* [`_fesErrorMontitor()`] 处理全局错误。
132+
* [`_fesErrorMonitor()`] 处理全局错误。
133133

134134
如需完整参考,请查阅我们的[开发笔记]
135135

136136
[`_friendlyFileLoadError()`]: https://github.com/processing/p5.js/blob/main/contributor_docs/fes_reference_dev_notes.md#_friendlyfileloaderror
137137
[`_validateParameters()`]: https://github.com/processing/p5.js/blob/main/contributor_docs/fes_reference_dev_notes.md#validateparameters
138-
[`_fesErrorMontitor()`]: https://github.com/processing/p5.js/blob/main/contributor_docs/fes_reference_dev_notes.md#feserrormonitor
138+
[`_fesErrorMonitor()`]: https://github.com/processing/p5.js/blob/main/contributor_docs/fes_reference_dev_notes.md#feserrormonitor
139139
[开发笔记]: https://github.com/processing/p5.js/blob/main/contributor_docs/fes_reference_dev_notes.md
140140

141141

contributor_docs/zh-Hans/web_accessibility.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
* `_canvasLocator()`: 返回映射到画布的 10*10 网格上的形状的位置。
3737
* `_getArea()`: 返回形状的面积占画布总面积的百分比。
3838

39-
`this._accessibleOutputs.text``this._accessibleOutputs.text``true` 时,p5.js 库中的多个函数会调用 output.js 中的函数:
39+
`this._accessibleOutputs.text``this._accessibleOutputs.grid``true` 时,p5.js 库中的多个函数会调用 output.js 中的函数:
4040
* `_accsOutput()` 在以下函数中被调用:
4141
* `p5.prototype.triangle()`
4242
* `p5.prototype._renderRect()`
4343
* `p5.prototype.quad()`
44-
* `pp5.prototype.point()`
44+
* `p5.prototype.point()`
4545
* `p5.prototype.line()`
4646
* `p5.prototype._renderEllipse()`
4747
* `p5.prototype.arc()`

0 commit comments

Comments
 (0)