diff --git a/app/config/templates/function.php b/app/config/templates/function.php
index 849ee021ba..3a91fdfbb3 100644
--- a/app/config/templates/function.php
+++ b/app/config/templates/function.php
@@ -2091,14 +2091,9 @@ return [
'timeout' => 15,
'useCases' => ['auth'],
'runtimes' => [
- ...getRuntimes(
- $templateRuntimes['DART'],
- 'dart pub get',
- 'lib/main.dart',
- 'dart/sign_in_with_apple'
- ),
+ ...getRuntimes($templateRuntimes['DART'], 'dart pub get', 'lib/main.dart', 'dart/sign_in_with_apple')
],
- 'instructions' => 'For documentation and instructions check out file.',
+ 'instructions' => 'For documentation and instructions, check out file.',
'vcsProvider' => 'github',
'providerRepositoryId' => 'templates',
'providerOwner' => 'appwrite',