Skip to content

Commit 0f0a16a

Browse files
committed
fixing spelling
1 parent 89dd790 commit 0f0a16a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DryIoc/Container.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7545,7 +7545,7 @@ public static void Register<TService>(this IRegistrator registrator,
75457545
registrator.Register<TService, TService>(made, reuse, setup, ifAlreadyRegistered, serviceKey);
75467546

75477547
/// <summary>
7548-
/// Registers the instance creating a "normal" DryIoc registration so you can check it via `IsRegestered`,
7548+
/// Registers the instance creating a "normal" DryIoc registration so you can check it via `IsRegistered`,
75497549
/// apply wrappers and decorators, etc.
75507550
/// Additionally, if instance is `IDisposable`, then it tracks it in a singleton scope.
75517551
/// Look at the `Use` method to put instance directly into current or singleton scope,

0 commit comments

Comments
 (0)