Skip to content

Commit 8afcb69

Browse files
authored
Merge pull request mina-deploy#591 from pweldon/patch-1
Fix doc typos.
2 parents 53a2583 + 69c398f commit 8afcb69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/default_plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ loads:
129129
git:ensure_pushed #=> Ensures local repository is pushed to remote
130130
```
131131

132-
## Bunlder
132+
## Bundler
133133
``` ruby
134134
require 'mina/bunlder'
135135
```

docs/how_mina_works.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Folder | Description
139139
`current` | folders is a symbolic link to the current release (does not have to be the lastest one)
140140
`releases` | folder conains your last `keep_releases` releases
141141
`scm` | folder contains information about your version controll (git, svn, ...)
142-
`shared` | folder cotinas folders and files that are kept between releaes (logs, uploads, configs, ...)
142+
`shared` | folder contains folders and files that are kept between releases (logs, uploads, configs, ...)
143143
`tmp` | folder contains temporary build folders
144144

145145
## Features

0 commit comments

Comments
 (0)