Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
akanshyabhat committed Mar 6, 2024
1 parent d64caac commit a148ae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/SpeziContact/Models/Contact.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import SwiftUI
/// ### Usage
///
/// The following example demonstrates the initialization of a ``Contact`` and an example view
/// that displays its corresopnding name, image, title, and organization.
/// that displays its corresponding ``Contact`` name, image, title, and organization.
/// ```swift
/// struct ContactRow: View {
/// let contact =
Expand Down Expand Up @@ -46,7 +46,7 @@ import SwiftUI
///
/// var body: some View {
/// VStack(alignment: .leading) {
/// \\ Accessing different properties of the contact
/// // Accessing different properties of the contact
/// contact.image
/// .resizable()
/// .frame(width: 50, height: 50)
Expand Down

0 comments on commit a148ae5

Please sign in to comment.