Skip to content

Commit cfb1ca5

Browse files
authored
Update Spice.swift
1 parent acd6f05 commit cfb1ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Spices/Spice.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ import Foundation
190190

191191
/// Initializes a `Spice` property wrapper for a child spice store.
192192
/// - Parameters:
193-
/// - wrappedValue: The spice store to creaete hierarchial navigation to.
193+
/// - wrappedValue: The spice store to create hierarchial navigation to.
194194
/// - name: The display name of the spice store. Defaults to a formatted version of the property name.
195195
public init(wrappedValue: Value, name: String? = nil) where Value: SpiceStore {
196196
self.name = Name(name)

0 commit comments

Comments
 (0)