Remove unnecessary brackets
authorBuyaa Namnan <bunamnan@microsoft.com>
Fri, 8 Sep 2023 16:27:53 +0000 (09:27 -0700)
committerViktor Hofer <viktor.hofer@microsoft.com>
Mon, 18 Sep 2023 14:24:50 +0000 (16:24 +0200)
src/libraries/Microsoft.Extensions.Hosting.Abstractions/src/PACKAGE.md

index e699e51..f017c0b 100644 (file)
@@ -23,10 +23,10 @@ The main types provided by this library are:
 * `Microsoft.Extensions.Hosting.IHostedService`
 
 ## Additional Documentation
-* [Conceptual documentation]
+* Conceptual documentation
   - [Worker services in .NET](https://learn.microsoft.com/dotnet/core/extensions/workers)
   - [Implement the IHostedService interface](https://learn.microsoft.com/dotnet/core/extensions/timer-service)
-* [API documentation]
+* API documentation
     - [BackgroundService](https://learn.microsoft.com/dotnet/api/microsoft.extensions.hosting.backgroundservice)
     - [IHostBuilder](https://learn.microsoft.com/dotnet/api/microsoft.extensions.hosting.ihostbuilder)
     - [IHostedService](https://learn.microsoft.com/dotnet/api/microsoft.extensions.hosting.ihostedservice)