Skip to content

Commit 3fa4f55

Browse files
committed
port announceForAccessibilityWithOptions fix to the versioned docs
1 parent ab4f957 commit 3fa4f55

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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)