Skip to content

Commit 1612833

Browse files
authored
port announceForAccessibilityWithOptions fix to the versioned docs (#4695)
1 parent 613ef69 commit 1612833

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

website/versioned_docs/version-0.78/accessibilityinfo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Post a string to be announced by the screen reader.
118118
```tsx
119119
static announceForAccessibilityWithOptions(
120120
announcement: string,
121-
options: options: {queue?: boolean},
121+
options: {queue?: boolean},
122122
);
123123
```
124124

website/versioned_docs/version-0.79/accessibilityinfo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Post a string to be announced by the screen reader.
118118
```tsx
119119
static announceForAccessibilityWithOptions(
120120
announcement: string,
121-
options: options: {queue?: boolean},
121+
options: {queue?: boolean},
122122
);
123123
```
124124

website/versioned_docs/version-0.80/accessibilityinfo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Post a string to be announced by the screen reader.
118118
```tsx
119119
static announceForAccessibilityWithOptions(
120120
announcement: string,
121-
options: options: {queue?: boolean},
121+
options: {queue?: boolean},
122122
);
123123
```
124124

0 commit comments

Comments
 (0)