File tree 1 file changed +2
-2
lines changed
Firestore/Swift/Source/PropertyWrapper
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public enum DecodingFailureStrategy {
49
49
/// }
50
50
///
51
51
/// `FirestoreQuery` also supports returning a `Result` type. The `.success` case
52
- /// returns an array of elements, whereas the `.failiure ` case returns an error
52
+ /// returns an array of elements, whereas the `.failure ` case returns an error
53
53
/// in case mapping the Firestore docments wasn't successful:
54
54
///
55
55
/// struct ContentView: View {
@@ -70,7 +70,7 @@ public enum DecodingFailureStrategy {
70
70
///
71
71
/// Alternatively, the _projected value_ of the property wrapper provides access to
72
72
/// the `error` as well. This allows you to display a list of all successfully mapped
73
- /// documents, as well as an error mesage with details about the documents that couldn't
73
+ /// documents, as well as an error message with details about the documents that couldn't
74
74
/// be mapped successfully (e.g. because of a field name mismatch).
75
75
///
76
76
/// struct ContentView: View {
You can’t perform that action at this time.
0 commit comments