1
0
Fork 0
mirror of synced 2024-07-01 20:50:49 +12:00

fix: typo

This commit is contained in:
loks0n 2024-05-24 16:16:57 +01:00
parent a92713d3a2
commit ad3cc4e68f

View file

@ -555,7 +555,7 @@ App::init()
$response->addFilter(new ResponseV17());
}
if (version_compare($responseFormat, APP_VERSION_FORMAT, '>')) {
$response->addHeader('X-Appwrite-Warning', "The current SDK is built fors Appwrite ${responseFormat}. However, the current Appwrite server version is ${APP_VERSION_STABLE}. Please downgrade your SDK to match the Appwrite version: https://appwrite.io/docs/sdks');
$response->addHeader('X-Appwrite-Warning', "The current SDK is built for Appwrite ${responseFormat}. However, the current Appwrite server version is ${APP_VERSION_STABLE}. Please downgrade your SDK to match the Appwrite version: https://appwrite.io/docs/sdks");
}
}