Skip to content

Commit

Permalink
Merge pull request #57 from veronikabenkeser/hotfix/typo-fix
Browse files Browse the repository at this point in the history
Typo fix [Issue #51]
  • Loading branch information
karlud authored Oct 3, 2017
2 parents 450441e + cb24891 commit 20f42e7
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Lesson2/step3/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- GOOGLE PLUS SIGN IN BUTTON-->


<div id="signInButton">
<div id="signinButton">
<span class="g-signin"
data-scope="openid email"
data-clientid="YOUR_CLIENT_ID_GOES_HERE.apps.googleusercontent.com"
Expand Down
2 changes: 1 addition & 1 deletion Lesson2/step4/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- GOOGLE PLUS SIGN IN-->


<div id="signInButton">
<div id="signinButton">
<span class="g-signin"
data-scope="openid email"
data-clientid="13140951618-15nik769cellkubaqnjk5facdib2dh4d.apps.googleusercontent.com"
Expand Down
2 changes: 1 addition & 1 deletion Lesson2/step5/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- GOOGLE PLUS SIGN IN-->


<div id="signInButton">
<div id="signinButton">
<span class="g-signin"
data-scope="openid email"
data-clientid="13140951618-15nik769cellkubaqnjk5facdib2dh4d.apps.googleusercontent.com"
Expand Down
2 changes: 1 addition & 1 deletion Lesson2/step6/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- GOOGLE PLUS SIGN IN-->


<div id="signInButton">
<div id="signinButton">
<span class="g-signin"
data-scope="openid email"
data-clientid="13140951618-15nik769cellkubaqnjk5facdib2dh4d.apps.googleusercontent.com"
Expand Down
2 changes: 1 addition & 1 deletion Lesson2/step7/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- GOOGLE PLUS SIGN IN-->


<div id="signInButton">
<div id="signinButton">
<span class="g-signin"
data-scope="openid email"
data-clientid="13140951618-15nik769cellkubaqnjk5facdib2dh4d.apps.googleusercontent.com"
Expand Down
2 changes: 1 addition & 1 deletion Lesson3/step1/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<!-- GOOGLE PLUS SIGN IN-->


<div id="signInButton">
<div id="signinButton">
<span class="g-signin"
data-scope="openid email"
data-clientid="13140951618-15nik769cellkubaqnjk5facdib2dh4d.apps.googleusercontent.com"
Expand Down
2 changes: 1 addition & 1 deletion Lesson3/step2Quiz/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<!-- GOOGLE PLUS SIGN IN-->


<div id="signInButton">
<div id="signinButton">
<span class="g-signin"
data-scope="openid email"
data-clientid="13140951618-15nik769cellkubaqnjk5facdib2dh4d.apps.googleusercontent.com"
Expand Down
2 changes: 1 addition & 1 deletion Lesson3/step2Solution/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<!-- GOOGLE PLUS SIGN IN-->


<div id="signInButton">
<div id="signinButton">
<span class="g-signin"
data-scope="openid email"
data-clientid="13140951618-15nik769cellkubaqnjk5facdib2dh4d.apps.googleusercontent.com"
Expand Down
2 changes: 1 addition & 1 deletion Lesson3/step3/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<!-- GOOGLE PLUS SIGN IN-->


<div id="signInButton">
<div id="signinButton">
<span class="g-signin"
data-scope="openid email"
data-clientid="13140951618-15nik769cellkubaqnjk5facdib2dh4d.apps.googleusercontent.com"
Expand Down
2 changes: 1 addition & 1 deletion Lesson4/step1/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<!-- GOOGLE PLUS SIGN IN-->


<div id="signInButton">
<div id="signinButton">
<span class="g-signin"
data-scope="openid email"
data-clientid="13140951618-15nik769cellkubaqnjk5facdib2dh4d.apps.googleusercontent.com"
Expand Down
2 changes: 1 addition & 1 deletion Lesson4/step2/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<!-- GOOGLE PLUS SIGN IN-->


<div id="signInButton">
<div id="signinButton">
<span class="g-signin"
data-scope="openid email"
data-clientid="13140951618-15nik769cellkubaqnjk5facdib2dh4d.apps.googleusercontent.com"
Expand Down

0 comments on commit 20f42e7

Please sign in to comment.