From 996ba321aee15ced41cf59902438a46eea5db723 Mon Sep 17 00:00:00 2001 From: CodeBrauer Date: Tue, 24 Jan 2017 01:17:42 +0100 Subject: [PATCH] Fix some typos --- 010_2017-01-10_PHP_ShellNotify/README.md | 2 +- 010_2017-01-10_PHP_ShellNotify/index.html | 2 +- 019_2017-01-19_PHP_WP-ChildPages-Widget/index.html | 2 +- 020_2017-01-23_JS_nthChildTester/index.html | 2 +- README.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/010_2017-01-10_PHP_ShellNotify/README.md b/010_2017-01-10_PHP_ShellNotify/README.md index 91b4f39..e5a4ed3 100644 --- a/010_2017-01-10_PHP_ShellNotify/README.md +++ b/010_2017-01-10_PHP_ShellNotify/README.md @@ -1,6 +1,6 @@ # #010 2017-01-10: ShellNotify -Pipe any output from the shell to my smartphone with the Pushbullet API. If you want to use it for yourself you just need to +Pipe any output from the shell to your smartphone with the Pushbullet API. If you want to use it for yourself you just need to set the `$config['access_token']`. You can get the token [here](https://www.pushbullet.com/#settings/account). diff --git a/010_2017-01-10_PHP_ShellNotify/index.html b/010_2017-01-10_PHP_ShellNotify/index.html index 89006ea..c67eb80 100644 --- a/010_2017-01-10_PHP_ShellNotify/index.html +++ b/010_2017-01-10_PHP_ShellNotify/index.html @@ -17,7 +17,7 @@

ShellNotify

- Pipe any output from the shell to my smartphone with the Pushbullet API. + Pipe any output from the shell to your smartphone with the Pushbullet API.

$ cowsay Hello | php notify.php

Check out the sources. diff --git a/019_2017-01-19_PHP_WP-ChildPages-Widget/index.html b/019_2017-01-19_PHP_WP-ChildPages-Widget/index.html index b9c8cf2..141e0e1 100644 --- a/019_2017-01-19_PHP_WP-ChildPages-Widget/index.html +++ b/019_2017-01-19_PHP_WP-ChildPages-Widget/index.html @@ -16,7 +16,7 @@

Wordpress Child Pages Widget

- A simple widget that display the child pages of the current page as simple menu. + A simple widget that displays the child pages of the current page as simple menu.


diff --git a/020_2017-01-23_JS_nthChildTester/index.html b/020_2017-01-23_JS_nthChildTester/index.html index c9f77c1..540b8e8 100644 --- a/020_2017-01-23_JS_nthChildTester/index.html +++ b/020_2017-01-23_JS_nthChildTester/index.html @@ -2,7 +2,7 @@ - nth-child and nth-of-type Tester + :nth-child Tester diff --git a/README.md b/README.md index 54ac9b8..7108291 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Sorry - today was very tough day. This is a placeholder for a future project. ## Day 010 (PHP) -[[Demo]](https://cloud.githubusercontent.com/assets/2059754/21824272/e234c63e-d77e-11e6-8dce-fdf4a537eb57.gif) - Pipe any output from the shell to my smartphone with the Pushbullet API. +[[Demo]](https://cloud.githubusercontent.com/assets/2059754/21824272/e234c63e-d77e-11e6-8dce-fdf4a537eb57.gif) - Pipe any output from the shell to your smartphone with the Pushbullet API. ## Day 009 (JS)