Skip to content

Commit 6d450ef

Browse files
author
Lauren McCarthy
authored
Merge pull request #1449 from chiunhau/master
fix docs typos
2 parents dc2eef8 + 23c13bc commit 6d450ef

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/io/files.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -803,8 +803,8 @@ p5.prototype.httpPost = function () {
803803
* p5 will try to guess based on the URL, defaulting to text.<br><br>
804804
* You may also pass a single object specifying all parameters for the
805805
* request following the examples inside the reqwest() calls here:
806-
* <a href='https://github.com/ded/reqwest#api'
807-
* >https://github.com/ded/reqwest#api</a>
806+
* <a href='https://github.com/ded/reqwest#api'>
807+
* https://github.com/ded/reqwest#api</a>
808808
*
809809
* @method httpDo
810810
* @param {String} path name of the file or url to load

src/webgl/camera.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ var p5 = require('../core/core');
1212
/**
1313
* Sets camera position
1414
* @method camera
15-
* @param {Number} x camera postion value on x axis
16-
* @param {Number} y camera postion value on y axis
17-
* @param {Number} z camera postion value on z axis
15+
* @param {Number} x camera position value on x axis
16+
* @param {Number} y camera position value on y axis
17+
* @param {Number} z camera position value on z axis
1818
* @return {p5} the p5 object
1919
* @example
2020
* <div>

0 commit comments

Comments
 (0)