Skip to content

Commit

Permalink
[11.x] Fix typo in docblock (#53636)
Browse files Browse the repository at this point in the history
  • Loading branch information
stancl authored Nov 25, 2024
1 parent abc1faa commit 44bd92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Support/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ function object_get($object, $key, $default = null)

if (! function_exists('laravel_cloud')) {
/**
* Determine if the appliation is running on Laravel Cloud.
* Determine if the application is running on Laravel Cloud.
*
* @return bool
*/
Expand Down

0 comments on commit 44bd92e

Please sign in to comment.