From 6959462a1cbbfc981a263458ba7293739a30e96f Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 15 Sep 2023 23:22:35 +0700 Subject: [PATCH] Fix typo. --- src/FB_Const.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FB_Const.h b/src/FB_Const.h index 2c6478e..670316e 100644 --- a/src/FB_Const.h +++ b/src/FB_Const.h @@ -2647,7 +2647,7 @@ static const char firebase_time_err_pgm_str_4[] PROGMEM = "system time was not s static const char firebase_rtdb_err_pgm_str_1[] PROGMEM = "backup data should be the JSON object"; static const char firebase_rtdb_err_pgm_str_2[] PROGMEM = "path not exist"; static const char firebase_rtdb_err_pgm_str_3[] PROGMEM = "data type mismatch"; -static const char firebase_rtdb_err_pgm_str_4[] PROGMEM = "security rules is not a valid JSON"; +static const char firebase_rtdb_err_pgm_str_4[] PROGMEM = "security rules are not a valid JSON"; static const char firebase_rtdb_err_pgm_str_5[] PROGMEM = "the FirebaseData object was paused"; // FCM error string