fix: documentation spelling errors (#43366)
chore: fix typos in 'docs/' folder.
This commit is contained in:
parent
ae0c8881c3
commit
b27dc7514e
3 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ The `webUtils` module has the following methods:
|
|||
|
||||
Returns `string` - The file system path that this `File` object points to. In the case where the object passed in is not a `File` object an exception is thrown. In the case where the File object passed in was constructed in JS and is not backed by a file on disk an empty string is returned.
|
||||
|
||||
This method superceded the previous augmentation to the `File` object with the `path` property. An example is included below.
|
||||
This method superseded the previous augmentation to the `File` object with the `path` property. An example is included below.
|
||||
|
||||
```js
|
||||
// Before
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue