From 18b9389c8ed1fcdc25e376caca57d674ee9bba60 Mon Sep 17 00:00:00 2001 From: Oliver Dunk Date: Wed, 1 Nov 2023 16:15:35 +0000 Subject: [PATCH] Apply suggestions from code review Co-authored-by: amysteamdev <37001393+AmySteam@users.noreply.github.com> --- functional-samples/cookbook.file_handlers/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functional-samples/cookbook.file_handlers/README.md b/functional-samples/cookbook.file_handlers/README.md index 61f3b08fc9..92ca9a24fb 100644 --- a/functional-samples/cookbook.file_handlers/README.md +++ b/functional-samples/cookbook.file_handlers/README.md @@ -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. Screenshot showing the File Handling API demo running in Chrome. @@ -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".