Skip to content

Commit fa8910e

Browse files
committed
Fix typo
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
1 parent f942a6b commit fa8910e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ By default the project will find all wit files and execute wit-bindgen against e
198198
</ItemGroup>
199199
```
200200

201-
### Configuring location of generaged wit files
201+
### Configuring location of generated wit files
202202

203203
By default the wit files are generated under the itermediate path `$(IntermediateOutputPath)wit_bindgen` which is by default at a location like `\obj\Debug\net10.0\wit_bindgen`. This means you can't really see the files and they will be ignored and not checked in to source by default (assuming you have a standard .net `.gitignore`) but intillisense will work.
204204

0 commit comments

Comments
 (0)