Skip to content

Commit a2f266b

Browse files
committed
s/send/sent v3 typo fixes
1 parent 96221a0 commit a2f266b

22 files changed

Lines changed: 34 additions & 34 deletions

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ return [
198198

199199
// if enable and display_errors = 0, the console will bring message
200200
'console' => [
201-
'message' => 'We have encountered a problem and we can not fulfill your request. An error report has been generated and send to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience.',
201+
'message' => 'We have encountered a problem and we can not fulfill your request. An error report has been generated and sent to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience.',
202202
],
203203
// if enable, display_errors = 0, and request XMLHttpRequest
204204
// on this case, the "template" key will be ignored.
@@ -208,7 +208,7 @@ return [
208208
"type": "http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html",
209209
"title": "Internal Server Error",
210210
"status": 500,
211-
"detail": "We have encountered a problem and we can not fulfill your request. An error report has been generated and send to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience."
211+
"detail": "We have encountered a problem and we can not fulfill your request. An error report has been generated and sent to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience."
212212
}
213213
json
214214
],

config/error-hero-module.local.php.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ return [
6161

6262
// if enable and display_errors = 0, and on console env, the console will bring message
6363
'console' => [
64-
'message' => 'We have encountered a problem and we can not fulfill your request. An error report has been generated and send to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience.',
64+
'message' => 'We have encountered a problem and we can not fulfill your request. An error report has been generated and sent to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience.',
6565
],
6666

6767
// if enable, display_errors = 0, and request XMLHttpRequest
@@ -72,7 +72,7 @@ return [
7272
"type": "http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html",
7373
"title": "Internal Server Error",
7474
"status": 500,
75-
"detail": "We have encountered a problem and we can not fulfill your request. An error report has been generated and send to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience."
75+
"detail": "We have encountered a problem and we can not fulfill your request. An error report has been generated and sent to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience."
7676
}
7777
json
7878
],

config/expressive-error-hero-module.local.php.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ return [
5959

6060
// if enable and display_errors = 0, and on console env, the console will bring message
6161
'console' => [
62-
'message' => 'We have encountered a problem and we can not fulfill your request. An error report has been generated and send to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience.',
62+
'message' => 'We have encountered a problem and we can not fulfill your request. An error report has been generated and sent to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience.',
6363
],
6464

6565
// if enable, display_errors = 0, and request XMLHttpRequest
@@ -70,7 +70,7 @@ return [
7070
"type": "http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html",
7171
"title": "Internal Server Error",
7272
"status": 500,
73-
"detail": "We have encountered a problem and we can not fulfill your request. An error report has been generated and send to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience."
73+
"detail": "We have encountered a problem and we can not fulfill your request. An error report has been generated and sent to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience."
7474
}
7575
json
7676
],

spec/Fixture/config/autoload-expressive-display-errors/expressive-error-hero-module.local.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969

7070
// if enable and display_errors = 0, and on console env, the console will bring message
7171
'console' => [
72-
'message' => 'We have encountered a problem and we can not fulfill your request. An error report has been generated and send to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience.',
72+
'message' => 'We have encountered a problem and we can not fulfill your request. An error report has been generated and sent to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience.',
7373
],
7474

7575
// if enable, display_errors = 0, and request XMLHttpRequest
@@ -80,7 +80,7 @@
8080
"type": "http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html",
8181
"title": "Internal Server Error",
8282
"status": 500,
83-
"detail": "We have encountered a problem and we can not fulfill your request. An error report has been generated and send to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience."
83+
"detail": "We have encountered a problem and we can not fulfill your request. An error report has been generated and sent to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience."
8484
}
8585
json
8686
],

spec/Fixture/config/autoload-expressive/expressive-error-hero-module.local.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969

7070
// if enable and display_errors = 0, and on console env, the console will bring message
7171
'console' => [
72-
'message' => 'We have encountered a problem and we can not fulfill your request. An error report has been generated and send to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience.',
72+
'message' => 'We have encountered a problem and we can not fulfill your request. An error report has been generated and sent to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience.',
7373
],
7474

7575
// if enable, display_errors = 0, and request XMLHttpRequest
@@ -80,7 +80,7 @@
8080
"type": "http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html",
8181
"title": "Internal Server Error",
8282
"status": 500,
83-
"detail": "We have encountered a problem and we can not fulfill your request. An error report has been generated and send to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience."
83+
"detail": "We have encountered a problem and we can not fulfill your request. An error report has been generated and sent to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience."
8484
}
8585
json
8686
],

spec/Fixture/config/autoload-for-cannot-connect-to-db/error-hero-module.local.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272

7373
// if enable and display_errors = 0, the console will bring message
7474
'console' => [
75-
'message' => 'We have encountered a problem and we can not fulfill your request. An error report has been generated and send to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience.',
75+
'message' => 'We have encountered a problem and we can not fulfill your request. An error report has been generated and sent to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience.',
7676
],
7777

7878
],

spec/Fixture/config/autoload-for-enable-display-errors/error-hero-module.local.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373

7474
// if enable and display_errors = 0, the console will bring message
7575
'console' => [
76-
'message' => 'We have encountered a problem and we can not fulfill your request. An error report has been generated and send to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience.',
76+
'message' => 'We have encountered a problem and we can not fulfill your request. An error report has been generated and sent to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience.',
7777
],
7878

7979
],

spec/Fixture/config/autoload-for-xmlhttprequest-with-non-json-message/error-hero-module.local.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@
6161

6262
// if enable and display_errors = 0, the console will bring message
6363
'console' => [
64-
'message' => 'We have encountered a problem and we can not fulfill your request. An error report has been generated and send to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience.',
64+
'message' => 'We have encountered a problem and we can not fulfill your request. An error report has been generated and sent to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience.',
6565
],
6666

6767
'ajax' => [
68-
'message' => 'We have encountered a problem and we can not fulfill your request. An error report has been generated and send to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience.',
68+
'message' => 'We have encountered a problem and we can not fulfill your request. An error report has been generated and sent to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience.',
6969
],
7070

7171
],

spec/Fixture/config/autoload-for-xmlhttprequest/error-hero-module.local.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
// if enable and display_errors = 0, the console will bring message
6363
'console' => [
64-
'message' => 'We have encountered a problem and we can not fulfill your request. An error report has been generated and send to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience.',
64+
'message' => 'We have encountered a problem and we can not fulfill your request. An error report has been generated and sent to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience.',
6565
],
6666

6767
'ajax' => [
@@ -70,7 +70,7 @@
7070
"type": "http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html",
7171
"title": "Internal Server Error",
7272
"status": 500,
73-
"detail": "We have encountered a problem and we can not fulfill your request. An error report has been generated and send to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience."
73+
"detail": "We have encountered a problem and we can not fulfill your request. An error report has been generated and sent to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience."
7474
}
7575
json
7676
],

spec/Fixture/config/autoload-with-doctrine/error-hero-module.local.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969

7070
// if enable and display_errors = 0, the console will bring message
7171
'console' => [
72-
'message' => 'We have encountered a problem and we can not fulfill your request. An error report has been generated and send to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience.',
72+
'message' => 'We have encountered a problem and we can not fulfill your request. An error report has been generated and sent to the support team and someone will attend to this problem urgently. Please try again later. Thank you for your patience.',
7373
],
7474

7575
],

0 commit comments

Comments
 (0)