Merge pull request #15515 from Shy/patch-1

Corrected spelling.
This commit is contained in:
Craig Osterhout 2022-08-29 12:50:37 -07:00 committed by GitHub
commit 0905e15755
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ Although you can start from an empty directory, it is highly recommended that yo
└── client # (3)
│ └── src
│ ├── App.tsx
│ └── ... React aplication
│ └── ... React application
```
1. Contains everything required to build the extension and run it in Docker Desktop.