Skip to content

Commit a4b1476

Browse files
authored
Fix comment in Generated clients example to say "typed client" (#51383)
1 parent 57d4036 commit a4b1476

File tree

1 file changed

+1
-1
lines changed
  • docs/core/extensions/snippets/http/generated

1 file changed

+1
-1
lines changed

docs/core/extensions/snippets/http/generated/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
builder.Services.AddRefitClient<ITodoService>()
1111
.ConfigureHttpClient(client =>
1212
{
13-
// Set the base address of the named client.
13+
// Set the base address of the typed client.
1414
client.BaseAddress = new Uri("https://jsonplaceholder.typicode.com/");
1515

1616
// Add a user-agent default request header.

0 commit comments

Comments
 (0)