Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit88c507c

Browse files
authored
refactor: fix typo in TRY_AGAIN_LATER constant name (anuraghazra#3274)
1 parent35e4578 commit88c507c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/common/utils.js‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -399,16 +399,16 @@ const CONSTANTS = {
399399
ERROR_CACHE_SECONDS:TEN_MINUTES,
400400
};
401401

402-
constTRY_AGAING_LATER="Please try again later";
402+
constTRY_AGAIN_LATER="Please try again later";
403403

404404
constSECONDARY_ERROR_MESSAGES={
405405
MAX_RETRY:
406406
"You can deploy own instance or wait until public will be no longer limited",
407407
NO_TOKENS:
408408
"Please add an env variable called PAT_1 with your GitHub API token in vercel",
409409
USER_NOT_FOUND:"Make sure the provided username is not an organization",
410-
GRAPHQL_ERROR:TRY_AGAING_LATER,
411-
GITHUB_REST_API_ERROR:TRY_AGAING_LATER,
410+
GRAPHQL_ERROR:TRY_AGAIN_LATER,
411+
GITHUB_REST_API_ERROR:TRY_AGAIN_LATER,
412412
WAKATIME_USER_NOT_FOUND:"Make sure you have a public WakaTime profile",
413413
};
414414

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp