docs(project): adjust typo

This commit is contained in:
Oleksandr Babieiev 2024-10-19 14:49:24 +02:00 committed by Jan De Dobbeleer
parent 6ae82f4c78
commit 2791f78e46

View file

@ -58,7 +58,7 @@ import Config from "@site/src/components/Config.js";
| ---------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `.Type` | `string` | The type of project:<ul><li>`node`</li><li>`cargo`</li><li>`python`</li><li>`php`</li><li>`dart`</li><li>`nuspec`</li><li>`dotnet`</li><li>`julia`</li><li>`powershell`</li></ul> |
| `.Version` | `string` | The version of your project |
| `.Target` | `string` | The target framwork/language version of your project |
| `.Target` | `string` | The target framework/language version of your project |
| `.Name` | `string` | The name of your project |
| `.Error` | `string` | The error context when we can't fetch the project info |