Skip to content

Commit

Permalink
Merge pull request #46 from szepeviktor/fiy-typos
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
adamtomat authored Jun 6, 2023
2 parents 1f2c845 + 78e9d8b commit cf7b261
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The Lumberjack documentation can be found here:
## Licence & Giving Back
Lumberjack is available under the [MIT license](https://github.com/Rareloop/lumberjack-core/blob/master/LICENSE.md) and you're free to use it for personal or commercial projects.

**If you've recieved value from Lumberjack we'd hugely appreciate it if you could donate to our [Ecologi forest](https://ecologi.com/rareloop?r=60618d1bcdd7a4001d7b86f2) and help us plant real life trees to combat the climate crisis. Compared to the cost of developing a framework like Lumberjack, a few trees per project is a bargain and makes a positive difference to the environment.**
**If you've received value from Lumberjack we'd hugely appreciate it if you could donate to our [Ecologi forest](https://ecologi.com/rareloop?r=60618d1bcdd7a4001d7b86f2) and help us plant real life trees to combat the climate crisis. Compared to the cost of developing a framework like Lumberjack, a few trees per project is a bargain and makes a positive difference to the environment.**

[![Trees Planted](https://img.shields.io/ecologi/trees/rareloop.svg?label=trees%20planted&style=for-the-badge)](https://ecologi.com/rareloop?r=60618d1bcdd7a4001d7b86f2)

Expand Down
4 changes: 2 additions & 2 deletions tests/Unit/LumberjackTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function bootstrap_should_pass_bootstrappers_to_app()
RegisterRequestHandler::class,
])->once();

$kernal = new Lumberjack($app);
$kernal->bootstrap();
$kernel = new Lumberjack($app);
$kernel->bootstrap();
}
}

0 comments on commit cf7b261

Please sign in to comment.