swift-book icon indicating copy to clipboard operation
swift-book copied to clipboard

Grammar issue in "Getting Started" for SwiftUI

Open songyang-dev opened this issue 6 months ago • 1 comments

Location

https://www.swift.org/getting-started/swiftui/#bringing-it-to-life

Description

Those changes mean our UI will display whatever the selected property is set to, so can see it all change if you place a new string in that property:

This line is inside the section "Bring it to life". The bold part is missing a word.

Correction

so you can see it all change

songyang-dev avatar Aug 18 '24 00:08 songyang-dev