Skip to content

Commit f41416c

Browse files
authored
Fix typo in extension example project (#1002)
Minor typo fix.
1 parent e129c47 commit f41416c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/extension/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ An example project to show how to run 🤗 Transformers in a browser extension.
2121

2222
1. Add the extension to your browser. To do this, go to `chrome://extensions/`, enable developer mode (top right), and click "Load unpacked". Select the `build` directory from the dialog which appears and click "Select Folder".
2323

24-
1. That's it! You should now be able to open the extenion's popup and use the model in your browser!
24+
1. That's it! You should now be able to open the extension's popup and use the model in your browser!
2525

2626
## Editing the template
2727

0 commit comments

Comments
 (0)