chat-guide: fix grammatical error, 'result files' -> 'resulting files'

This commit is contained in:
Sidnym Ladrut 2023-03-28 18:25:03 +00:00
parent 74da887048
commit 4d49cccd1a

View File

@ -1395,7 +1395,7 @@ export function App() {
```
After we've finished writing our React app, we can build it and view the
result files in the `dist` directory:
resulting files in the `dist` directory:
```shell
npm run build