Skip to content

Commit c73bb05

Browse files
authored
Replace the instructions too
1 parent 01aadcd commit c73bb05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/fundamentals/openapi/aspnetcore-openapi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ By default, the generated OpenAPI document will be emitted to the application's
164164
</PropertyGroup>
165165
```
166166

167-
The value of `OpenApiDocumentsDirectory` is resolved relative to the project file. Using the `./` value above will emit the OpenAPI document in the same directory as the project file.
167+
The value of `OpenApiDocumentsDirectory` is resolved relative to the project file. Using the `.` value above will emit the OpenAPI document in the same directory as the project file.
168168

169169
#### Modifying the output file name
170170

0 commit comments

Comments
 (0)