diff --git a/src/io/files.js b/src/io/files.js index f3b15c6372..ed7ee01326 100644 --- a/src/io/files.js +++ b/src/io/files.js @@ -803,8 +803,8 @@ p5.prototype.httpPost = function () { * p5 will try to guess based on the URL, defaulting to text.

* You may also pass a single object specifying all parameters for the * request following the examples inside the reqwest() calls here: - * https://github.com/ded/reqwest#api + * + * https://github.com/ded/reqwest#api * * @method httpDo * @param {String} path name of the file or url to load diff --git a/src/webgl/camera.js b/src/webgl/camera.js index fa86c6b5fc..a8dcc7692c 100644 --- a/src/webgl/camera.js +++ b/src/webgl/camera.js @@ -12,9 +12,9 @@ var p5 = require('../core/core'); /** * Sets camera position * @method camera - * @param {Number} x camera postion value on x axis - * @param {Number} y camera postion value on y axis - * @param {Number} z camera postion value on z axis + * @param {Number} x camera position value on x axis + * @param {Number} y camera position value on y axis + * @param {Number} z camera position value on z axis * @return {p5} the p5 object * @example *