Skip to content

Commit 9d2ee4c

Browse files
committed
Fixed typos
1 parent 3a819b4 commit 9d2ee4c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
.Spotlight-V100
1111
.Trashes
1212
ehthumbs.db
13+
14+
# Custom #
15+
######################
1316
Thumbs.db
1417
vendor
1518
coverage

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/korridor/laravel-computed-attributes?style=flat-square)](https://packagist.org/packages/korridor/laravel-computed-attributes)
44
[![License](https://img.shields.io/packagist/l/korridor/laravel-computed-attributes?style=flat-square)](license.md)
5-
[![Codecov](https://img.shields.io/codecov/c/github/korridor/laravel-computed-attributes?style=flat-square)](https://codecov.io/gh/korridor/laravel-computed-attribute)
5+
[![Codecov](https://img.shields.io/codecov/c/github/korridor/laravel-computed-attributes?style=flat-square)](https://codecov.io/gh/korridor/laravel-computed-attributes)
66
[![TravisCI](https://img.shields.io/travis/korridor/laravel-computed-attributes?style=flat-square)](https://travis-ci.org/korridor/laravel-computed-attributes)
77
[![StyleCI](https://styleci.io/repos/226346821/shield)](https://styleci.io/repos/226346821)
88

@@ -161,7 +161,7 @@ I am open for suggestions and contributions. Just create an issue or a pull requ
161161

162162
### Local docker environment
163163

164-
The `docker` folder contains a local docker enironment for development.
164+
The `docker` folder contains a local docker environment for development.
165165
The docker workspace has composer and xdebug installed.
166166

167167
```bash

0 commit comments

Comments
 (0)