Skip to content

Commit c3ef0e2

Browse files
authored
Merge pull request #307 from tomayac/patch-7
Fix trivial typo
2 parents 3309115 + 9136a8e commit c3ef0e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ Advisement: In the Origin Trial as available in Chrome 82, createWritable replac
473473
:: Returns a {{FileSystemWritableFileStream}} that can be used to write to the file. Any changes made through
474474
|stream| won't be reflected in the file represented by |fileHandle| until the stream has been closed.
475475
User agents try to ensure that no partial writes happen, i.e. the file represented by
476-
|fileHandle| will either contains its old contents or it will contain whatever data was written
476+
|fileHandle| will either contain its old contents or it will contain whatever data was written
477477
through |stream| up until the stream has been closed.
478478

479479
This is typically implemented by writing data to a temporary file, and only replacing the file

0 commit comments

Comments
 (0)