Skip to content

Commit 5bbb977

Browse files
authored
Remove unnecessary brackets
1 parent 881a662 commit 5bbb977

File tree

1 file changed

+2
-2
lines changed
  • src/libraries/Microsoft.Extensions.Hosting.Abstractions/src

1 file changed

+2
-2
lines changed

src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/PACKAGE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ The main types provided by this library are:
2323
* `Microsoft.Extensions.Hosting.IHostedService`
2424

2525
## Additional Documentation
26-
* [Conceptual documentation]
26+
* Conceptual documentation
2727
- [Worker services in .NET](https://learn.microsoft.com/dotnet/core/extensions/workers)
2828
- [Implement the IHostedService interface](https://learn.microsoft.com/dotnet/core/extensions/timer-service)
29-
* [API documentation]
29+
* API documentation
3030
- [BackgroundService](https://learn.microsoft.com/dotnet/api/microsoft.extensions.hosting.backgroundservice)
3131
- [IHostBuilder](https://learn.microsoft.com/dotnet/api/microsoft.extensions.hosting.ihostbuilder)
3232
- [IHostedService](https://learn.microsoft.com/dotnet/api/microsoft.extensions.hosting.ihostedservice)

0 commit comments

Comments
 (0)