We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd6f05 commit cfb1ca5Copy full SHA for cfb1ca5
Sources/Spices/Spice.swift
@@ -190,7 +190,7 @@ import Foundation
190
191
/// Initializes a `Spice` property wrapper for a child spice store.
192
/// - Parameters:
193
- /// - wrappedValue: The spice store to creaete hierarchial navigation to.
+ /// - wrappedValue: The spice store to create hierarchial navigation to.
194
/// - name: The display name of the spice store. Defaults to a formatted version of the property name.
195
public init(wrappedValue: Value, name: String? = nil) where Value: SpiceStore {
196
self.name = Name(name)
0 commit comments