Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
colinodell committed Mar 20, 2022
1 parent 8fe4730 commit 838927d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Imagine you have a file where every line is indented by at least 4 spaces:
}
```

You can trim that leading indentation while preserving the nested indentation with the `trim()` method:
You can trim that leading indentation while preserving the nested indentation with the `unindent()` method:

```php
use ColinODell\Indentation\Indentation;
Expand Down

0 comments on commit 838927d

Please sign in to comment.