Skip to content

Commit

Permalink
Text change
Browse files Browse the repository at this point in the history
  • Loading branch information
AtibQur committed Dec 31, 2024
1 parent 7a9add9 commit 0d11d57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const cx = await CheerpX.Linux.create({
You can add files to a DataDevice from JavaScript using the `writeFile` method:

```javascript
await dataDevice.writeFile("/filename", "file content here");
await dataDevice.writeFile("/filename", "File content here");
```

### `dataDevice.writeFile`
Expand Down

0 comments on commit 0d11d57

Please sign in to comment.