Skip to content

Commit 502fbb8

Browse files
committed
Fix minor typos
...
1 parent ad4be66 commit 502fbb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/NorthwindSwiftUI/ProductsList.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ struct ProductsList: View {
1414
/// We track the currently selected product
1515
@Binding var selectedProduct : Product.ID?
1616

17-
/// For current search string.
17+
/// The current search string.
1818
@State private var searchString = ""
1919

2020
@Environment(\.horizontalSizeClass) private var horizontalSizeClass

Sources/NorthwindSwiftUI/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h2>Lighter Example: Northwind Swift UI App
1+
<h2>Lighter Example: Northwind SwiftUI App
22
<img src="https://zeezide.com/img/lighter/Lighter256.png"
33
align="right" width="64" height="64" />
44
</h2>

0 commit comments

Comments
 (0)