Skip to content

Commit

Permalink
Fixing typo and old comment (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
spekulatius authored Oct 1, 2020
1 parent 554ea75 commit 108a0ac
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/Commands/Helpers/MakeFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ protected function stringsToReplace()
'StudlyDummyVendor',
'StudlyDummyPackageName',
'KebabDummyVendor',
'KebabDummyPakageName',
'KebabDummyPackageName',
'DummyAuthorName',
'DummyAuthorEmail',
'DummyFileName',
Expand Down
2 changes: 1 addition & 1 deletion app/Commands/Standalone/stubs/Composer.stub
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "KebabDummyVendor/KebabDummyPakageName",
"name": "KebabDummyVendor/KebabDummyPackageName",
"description": "Your Package Description here",
"type": "library",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions app/Commands/Standalone/stubs/Facade.stub
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ class StudlyDummyPackageNameFacade extends Facade
*/
protected static function getFacadeAccessor()
{
return 'KebabDummyPakageName';
return 'KebabDummyPackageName';
}
}
}
8 changes: 4 additions & 4 deletions app/Commands/Standalone/stubs/Readme.stub
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# KebabDummyPakageName
# KebabDummyPackageName

[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Travis](https://img.shields.io/travis/KebabDummyVendor/KebabDummyPakageName.svg?style=flat-square)]()
[![Total Downloads](https://img.shields.io/packagist/dt/KebabDummyVendor/KebabDummyPakageName.svg?style=flat-square)](https://packagist.org/packages/KebabDummyVendor/KebabDummyPakageName)
[![Travis](https://img.shields.io/travis/KebabDummyVendor/KebabDummyPackageName.svg?style=flat-square)]()
[![Total Downloads](https://img.shields.io/packagist/dt/KebabDummyVendor/KebabDummyPackageName.svg?style=flat-square)](https://packagist.org/packages/KebabDummyVendor/KebabDummyPackageName)


## Install

```bash
composer require KebabDummyVendor/KebabDummyPakageName
composer require KebabDummyVendor/KebabDummyPackageName
```


Expand Down
2 changes: 1 addition & 1 deletion app/Commands/Standalone/stubs/ServiceProvider.stub
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class StudlyDummyPackageNameServiceProvider extends ServiceProvider
}

/**
* Get the Blogg route group configuration array.
* Get route group configuration array.
*
* @return array
*/
Expand Down

0 comments on commit 108a0ac

Please sign in to comment.