Skip to content

Commit f25572c

Browse files
authored
Update AccessibilityInfo.ios.js
1 parent 1f02560 commit f25572c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

Libraries/Components/AccessibilityInfo/AccessibilityInfo.ios.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const _subscriptions = new Map();
5050
*/
5151
const AccessibilityInfo = {
5252
/**
53-
* Query whether a bold text is currently enabled.
53+
* Query whether bold text is currently enabled.
5454
*
5555
* Returns a promise which resolves to a boolean.
5656
* The result is `true` when bold text is enabled and `false` otherwise.
@@ -64,7 +64,7 @@ const AccessibilityInfo = {
6464
},
6565

6666
/**
67-
* Query whether a grayscale is currently enabled.
67+
* Query whether grayscale is currently enabled.
6868
*
6969
* Returns a promise which resolves to a boolean.
7070
* The result is `true` when grayscale is enabled and `false` otherwise.
@@ -78,7 +78,7 @@ const AccessibilityInfo = {
7878
},
7979

8080
/**
81-
* Query whether a invert colors is currently enabled.
81+
* Query whether inverted colors are currently enabled.
8282
*
8383
* Returns a promise which resolves to a boolean.
8484
* The result is `true` when invert color is enabled and `false` otherwise.
@@ -92,7 +92,7 @@ const AccessibilityInfo = {
9292
},
9393

9494
/**
95-
* Query whether a reduce motion is currently enabled.
95+
* Query whether reduced motion is currently enabled.
9696
*
9797
* Returns a promise which resolves to a boolean.
9898
* The result is `true` when a reduce motion is enabled and `false` otherwise.
@@ -106,7 +106,7 @@ const AccessibilityInfo = {
106106
},
107107

108108
/**
109-
* Query whether a reduce transparency is currently enabled.
109+
* Query whether reduced transparency is currently enabled.
110110
*
111111
* Returns a promise which resolves to a boolean.
112112
* The result is `true` when a reduce transparency is enabled and `false` otherwise.

0 commit comments

Comments
 (0)