Skip to content

Commit

Permalink
corrected typo formater to formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
franatieu committed Jul 18, 2016
1 parent f571c3e commit b79dcf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "anekdotes/formater",
"name": "anekdotes/formatter",
"type": "library",
"description": "Utility to format whole Input using provided rules",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions src/anekdotes/Formater.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?php

namespace Anekdotes\Formater;
namespace Anekdotes\Formatter;

use Anekdotes\Support\Str;

/**
* Formater class, format whole Input using provided rules
*/
class Formater
class Formatter
{

/**
Expand Down

0 comments on commit b79dcf9

Please sign in to comment.