Skip to content

Commit

Permalink
Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBrauer committed Jan 24, 2017
1 parent a1ed7fa commit 996ba32
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 010_2017-01-10_PHP_ShellNotify/README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion 010_2017-01-10_PHP_ShellNotify/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="container">
<h1>ShellNotify</h1>
<p>
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.
<pre>$ cowsay Hello | php notify.php</pre>
<br>
Check out the <a href="https://github.com/CodeBrauer/100daysofcode/tree/master/010_2017-01-10_PHP_ShellNotify/">sources</a>.
Expand Down
2 changes: 1 addition & 1 deletion 019_2017-01-19_PHP_WP-ChildPages-Widget/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="container">
<h1>Wordpress Child Pages Widget</h1>
<p>
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.
</p>
<br>
<script src="https://gist.github.com/CodeBrauer/0fbb5f3507cdc679f238d43e49941f5d.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion 020_2017-01-23_JS_nthChildTester/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>nth-child and nth-of-type Tester</title>
<title>:nth-child Tester</title>
<meta name="theme-color" content="#32B67A">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Fira+Sans|Montserrat" rel="stylesheet">
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 996ba32

Please sign in to comment.