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

Merge pull request #13945 from JungGaBin/fixtt1

Edit typo
This commit is contained in:
Naveen Choudhary 2017-12-07 20:01:40 +05:30 committed by GitHub
commit 13af302a2a
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") {