Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: amysteamdev <[email protected]>
  • Loading branch information
oliverdunk and AmySteam authored Nov 1, 2023
1 parent 9684755 commit 18b9389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functional-samples/cookbook.file_handlers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ way as the
[equivalent API](https://developer.chrome.com/articles/file-handling/) in web
applications.

With this extension installed, you can open .txt files with the extension and see their name and size on the opened extension page. This could be a good starting point for building an extension which displays or interacts with an opened file.
With this extension installed, you can open text files with the extension and see their name and size on the opened extension page. This could be a good starting point for building an extension that displays or interacts with an opened file.

<img src="screenshot.png" height=300 alt="Screenshot showing the File Handling API demo running in Chrome.">

Expand All @@ -20,6 +20,6 @@ With this extension installed, you can open .txt files with the extension and se

1. Clone this repository.
2. Load this directory in Chrome as an [unpacked extension](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked).
3. Create a .txt file on your ChromeOS device.
3. Create a text file on your ChromeOS device.
4. In the Files app, select the file.
5. In the toolbar, choose "Open" and then "File Handling API".

0 comments on commit 18b9389

Please sign in to comment.