Browse Source

docs: fix typo (#731)

Tom Saleeba 7 years ago
parent
commit
ffbea20b88
1 changed files with 1 additions and 1 deletions
  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)`
 
-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.