1
0
mirror of https://github.com/adobe/brackets.git synced 2024-11-20 18:02:54 +01:00

Edit typo

sucessful -> successful
This commit is contained in:
GABINJUNG 2017-11-29 19:43:11 +09:00 committed by GitHub
parent 89aa7f8976
commit a96d567ecb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ define(function (require, exports, module) {
* @param {string} data Data to write.
* @param {string=} encoding Encoding for data. Defaults to UTF-8.
* @param {!function (err, object)} callback Callback that is passed the
* error code and the file's new stats if the write is sucessful.
* error code and the file's new stats if the write is successful.
*/
InMemoryFile.prototype.write = function (data, encoding, callback) {
if (typeof (encoding) === "function") {