Skip to content

Commit 09c12eb

Browse files
committed
typo
1 parent ecca77f commit 09c12eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Console/Commands/Publish.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function handle(): void
3838
['--tag' => $this->option('tag') ?: ['root-compiled']]
3939
));
4040

41-
$this->info('Root files has been publised.');
41+
$this->info('Root files has been published.');
4242
}
4343

4444
/**

tests/Console/PublishTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class PublishTest extends TestCase
1111
public function test_publish_command(): void
1212
{
1313
$this->artisan('root:publish', ['--packages' => true])
14-
->expectsOutput('Root files has been publised.')
14+
->expectsOutput('Root files has been published.')
1515
->assertExitCode(Command::SUCCESS);
1616

1717
$this->assertDirectoryExists($this->app->publicPath('vendor/root'));

0 commit comments

Comments
 (0)