浏览代码

docs: fix typo (#731)

Tom Saleeba 7 年之前
父节点
当前提交
ffbea20b88
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      website/src/docs/uppy.md

+ 1 - 1
website/src/docs/uppy.md

@@ -277,7 +277,7 @@ Returns `uppy.state`, which you can also use directly.
 
 
 ### `uppy.setFileState(fileID, state)`
 ### `uppy.setFileState(fileID, state)`
 
 
-Update the state for a single file. This is mostly useful for plugins that may want to store data on file objects, or that need to pass file-spcecific configuration to other plugins that support it.
+Update the state for a single file. This is mostly useful for plugins that may want to store data on file objects, or that need to pass file-specific configuration to other plugins that support it.
 
 
 `fileID` is the string file ID. `state` is an object that will be merged into the file's state object.
 `fileID` is the string file ID. `state` is an object that will be merged into the file's state object.