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:
parent
89aa7f8976
commit
a96d567ecb
@ -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") {
|
||||
|
Loading…
Reference in New Issue
Block a user