Skip to content

Commit a6b0dfc

Browse files
committed
Minor typo
1 parent f03fe09 commit a6b0dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Expensify.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Onyx.registerLogger(({level, message, parameters}) => {
5353
console.error(message);
5454

5555
// useOnyx() calls with "canBeMissing" config set to false will display a visual alert in dev environment
56-
// when they doesn't return data.
56+
// when they don't return data.
5757
const shouldShowAlert = typeof parameters === 'object' && !Array.isArray(parameters) && 'showAlert' in parameters && 'key' in parameters;
5858
if (Environment.isDevelopment() && shouldShowAlert) {
5959
alert(`${message} Key: ${parameters.key as string}`);

0 commit comments

Comments
 (0)