fix minor typo in Navigation.md documentation (#88)
This commit is contained in:
parent
0a0e1b321d
commit
95df603829
|
@ -105,7 +105,7 @@ Button {
|
||||||
.navigationDestination(
|
.navigationDestination(
|
||||||
unwrapping: self.$model.destination,
|
unwrapping: self.$model.destination,
|
||||||
case: /Destination.counter
|
case: /Destination.counter
|
||||||
) { $item in
|
) { $number in
|
||||||
CounterView(number: $number)
|
CounterView(number: $number)
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue