Skip to content

Commit fa9293a

Browse files
authored
Fix typo in doc comment (dotnet#612)
1 parent 76ef5ac commit fa9293a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Aspire.Hosting/Extensions/ResourceBuilderExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ private static Action<EnvironmentCallbackContext> CreateServiceReferenceEnvironm
107107
/// using the resource's name.
108108
/// </para>
109109
/// </summary>
110-
/// <typeparam name="TDestination">The destintion resource.</typeparam>
110+
/// <typeparam name="TDestination">The destination resource.</typeparam>
111111
/// <param name="builder">The resource where connection string will be injected.</param>
112112
/// <param name="source">The resource from which to extract the connection string.</param>
113113
/// <param name="connectionName">An override of the source resource's name for the connection string. The resulting connection string will be "ConnectionStrings__connectionName" if this is not null.</param>

0 commit comments

Comments
 (0)