diff --git a/atom.md b/atom.md index fe02d349b..8b95b4c1d 100644 --- a/atom.md +++ b/atom.md @@ -62,7 +62,7 @@ See: [Symbols view](https://atom.io/packages/symbols-view) ### Editing -| Shortcut | Decription +| Shortcut | Description | --- | --- | `⌘d` | Select word | `⌘l` | Select line diff --git a/bulma.md b/bulma.md index 849c25e28..575e8d1c9 100644 --- a/bulma.md +++ b/bulma.md @@ -76,7 +76,7 @@ The following classes modify the **font-size** | `.is-size-6` | 1rem | | `.is-size-7` | 0.75rem | -The following classes **allign** the text +The following classes **align** the text | Class | Alignment | | --- | --- | diff --git a/divshot.md b/divshot.md index e5aef9c54..c1d65114a 100644 --- a/divshot.md +++ b/divshot.md @@ -94,7 +94,7 @@ divshot env:remove KEY divshot env:pull ``` -### App manangement +### App management ``` divshot create diff --git a/figlet.md b/figlet.md index 18fbf1854..799c7e35d 100644 --- a/figlet.md +++ b/figlet.md @@ -452,7 +452,7 @@ _| _| _|_|_| _| _| _| _|_|_| _|_|_| _| _|_|_| _| ``` {: .-figlet} -### caligraphy +### calligraphy ``` ***** ** * diff --git a/osx.md b/osx.md index 3e4c1a5ea..e99a97ab5 100644 --- a/osx.md +++ b/osx.md @@ -50,8 +50,8 @@ layout: 2017/sheet - `networksetup` - Configure network (ip, dns, proxy, etc) - `tmutils` - Configure Time Machine (enable/disable, exclude path, delete snapshots, etc) - `mdutils` - Manage Spotlight (enable/disable, exclude, etc) - - `diskutil` - Controll disk (format, eject, unmount, etc) - - `launchctl` - Controll running "agents" + - `diskutil` - Control disk (format, eject, unmount, etc) + - `launchctl` - Control running "agents" ### Useful utils @@ -65,4 +65,4 @@ layout: 2017/sheet - `/usr/libexec/airportd` - `scutil` - __INFO: `brew` ([link](https://brew.sh)) is highly recomended utility__ + __INFO: `brew` ([link](https://brew.sh)) is highly recommended utility__ diff --git a/pass.md b/pass.md index 2ac082bbb..9f8795d00 100644 --- a/pass.md +++ b/pass.md @@ -23,7 +23,7 @@ $ pass insert [-m] twitter.com/rsc $ pass generate [-n] twitter.com/rsc length ``` -### Retreive +### Retrieve ``` bash $ pass ls twitter.com/ diff --git a/pm2.md b/pm2.md index 972cce71e..be35ce662 100644 --- a/pm2.md +++ b/pm2.md @@ -26,7 +26,7 @@ updated: 2018-03-15 | `pm2 jlist` | Print process list in raw JSON | | `pm2 prettylist` | Print process list in beautified JSON | | --- | --- | -| `pm2 describe 0` | Display all informations about a specific process | +| `pm2 describe 0` | Display all information about a specific process | | --- | --- | | `pm2 monit` | Monitor all processes | diff --git a/rails-controllers.md b/rails-controllers.md index e37afec56..8e00a3a5f 100644 --- a/rails-controllers.md +++ b/rails-controllers.md @@ -68,7 +68,7 @@ category: Rails # Before/after filters around_filter :wrap_in_transaction def wrap_in_transaction(&blk) - ActiveRecord::Base.transation { yield } + ActiveRecord::Base.transaction { yield } end ### HTTP basic authentication diff --git a/rails-models.md b/rails-models.md index 98faf3c56..d215f4583 100644 --- a/rails-models.md +++ b/rails-models.md @@ -505,7 +505,7 @@ Article.joins(:category, :comments) ``` ```ruby -# Nested assocations +# Nested associations Article.joins(comments: :guest) ``` diff --git a/rollup.md b/rollup.md index afe1d3dfd..499cc2a7a 100644 --- a/rollup.md +++ b/rollup.md @@ -40,7 +40,7 @@ npm install -D rollup You may need to use `./node_modules/.bin/rollup` as a command if you did not install rollup globally. -### Mutiple outputs +### Multiple outputs #### rollup.config.js @@ -106,7 +106,7 @@ import resolve from 'rollup-plugin-node-resolve' export default { input: 'src/main.js', - ouptut: { + output: { file: 'bundle.js', format: 'cjs' }, diff --git a/vim.md b/vim.md index ca2c15ad6..8b4a28898 100644 --- a/vim.md +++ b/vim.md @@ -134,7 +134,7 @@ Operators ### Usage {: .-prime} -Operators let you operate in a range of text (defined by *motion*). These are preformed in normal mode. +Operators let you operate in a range of text (defined by *motion*). These are performed in normal mode. {: .-setup} | `d` | `w` |