Skip to content

Commit 9f264df

Browse files
committed
Fix typo.
1 parent 41bd124 commit 9f264df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FB_Const.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2647,7 +2647,7 @@ static const char firebase_time_err_pgm_str_4[] PROGMEM = "system time was not s
26472647
static const char firebase_rtdb_err_pgm_str_1[] PROGMEM = "backup data should be the JSON object";
26482648
static const char firebase_rtdb_err_pgm_str_2[] PROGMEM = "path not exist";
26492649
static const char firebase_rtdb_err_pgm_str_3[] PROGMEM = "data type mismatch";
2650-
static const char firebase_rtdb_err_pgm_str_4[] PROGMEM = "security rules is not a valid JSON";
2650+
static const char firebase_rtdb_err_pgm_str_4[] PROGMEM = "security rules are not a valid JSON";
26512651
static const char firebase_rtdb_err_pgm_str_5[] PROGMEM = "the FirebaseData object was paused";
26522652

26532653
// FCM error string

0 commit comments

Comments
 (0)