Skip to content

Commit

Permalink
Fix class selection example (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-fernandez-rodriguez authored Dec 16, 2024
1 parent 3237817 commit b82f0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/registerly/getting-started/class-selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var app = builder.Build();
```

> [!NOTE]
> If we intend to register the service as Scoped, we can omit the whole `As` clause, because `Scoped`
> If we intend to register the service as Scoped, we can omit the whole `Using` clause, because `Scoped`
is the default LifetimeStrategy.

> [!NOTE]
Expand Down

0 comments on commit b82f0b5

Please sign in to comment.