Skip to content

Commit

Permalink
wip: triggering test
Browse files Browse the repository at this point in the history
  • Loading branch information
arzola committed May 23, 2024
1 parent 2b17d02 commit 578a46b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion build.txt
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
Build process completed successfully!
2 changes: 1 addition & 1 deletion src/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public function __construct()

public function __toString()
{
return __('Hello, world 3!', 'pressbooks-fake-plugin');
return __('Hello, world 4!', 'pressbooks-fake-plugin');
}

public function hi()
Expand Down
2 changes: 1 addition & 1 deletion src/assets/app.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
body{
margin: 1px;
padding: 1px;
padding: 0px;
}

0 comments on commit 578a46b

Please sign in to comment.