Skip to content

Commit

Permalink
Merge pull request #161 from woookDev/master
Browse files Browse the repository at this point in the history
Fix typo (Deorator -> Decorator)
  • Loading branch information
hmlongco authored Mar 2, 2023
2 parents e320a2b + d8f94bb commit c1c5ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Resolver/Resolver.swift
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public final class Resolver {
public static var defaultScope: ResolverScope = .graph
/// Internal scope cache used for .scope(.container)
public lazy var cache: ResolverScope = ResolverScopeCache()
/// Deorator applied to all resolved objects
/// Decorator applied to all resolved objects
public static var decorate: ((_ service: Any) -> Void)?

// MARK: - Lifecycle
Expand Down

0 comments on commit c1c5ce3

Please sign in to comment.