Skip to content

Commit

Permalink
deploy: 2960c38
Browse files Browse the repository at this point in the history
  • Loading branch information
pylapp committed Feb 2, 2024
1 parent 6613232 commit dec0185
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions en/mobile/ios/development/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1554,7 +1554,7 @@ <h2 id="reading-order">Reading order <a class="header-anchor" href="#reading-ord
<pre><code class="swiftui">
var body: some View {

// The higher the priority is, the sooner the items will be vocalized
// The higher the priority is, the sooner the items will be vocalized
HStack {
VStack { // Natural order of the container will be used
Text("1") // Rank 1
Expand All @@ -1573,7 +1573,7 @@ <h2 id="reading-order">Reading order <a class="header-anchor" href="#reading-ord
}
}.accessibilityElement(children: .contain)
}
<code></pre>
</code></pre>
</div>
</div>
<div class="tab-pane" id="readingOrder-Links" role="tabpanel">
Expand Down
2 changes: 1 addition & 1 deletion fr/mobile/ios/developpement/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1602,7 +1602,7 @@ <h2 id="ordre-de-lecture">Ordre de lecture <a class="header-anchor" href="#ordre
}
}.accessibilityElement(children: .contain)
}
<code></pre>
</code></pre>
</div>
</div>
<div class="tab-pane" id="readingOrder-Links" role="tabpanel">
Expand Down

0 comments on commit dec0185

Please sign in to comment.