Skip to content

Commit 0447e20

Browse files
committed
Fixing some typos
1 parent cdbdf6e commit 0447e20

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
What is this?
1+
What is VC-toggle?
22
===================================
33

44
This is a little toggle I made that is completely independent of framework. It is highly customizable, and will look good within any app.
55

66
Why should I use this?
77
===================================
88

9-
I made this so I could use it inside an AngularJS (1.0.0) app, and I think your reasons should be the same: you're looking for somethiing that will work anywhere, and that looks good.
9+
I made this so I could use it inside an AngularJS (1.0.0) app, and I think your reasons should be the same: you're looking for something that will work anywhere, and that looks good.
1010

1111
How do I use this?
1212
===================================
1313

14-
This toggle was made in a way that you won't need much (or any) CSS to adapt it to your website. It also should be very plug'n play. This is an easy example of its implementation:
14+
This toggle was made in a way that you won't need much (or any) CSS to adapt it into your app. It also should be very plug'n play. This is an easy example of its implementation:
1515

1616
<div class="vc-toggle-container">
1717
<label class="vc-switch">
@@ -166,10 +166,9 @@ If you want to take a look at some working examples, you can check it here: http
166166

167167
And if you want to play with it a little bit, take a look here: https://stackblitz.com/edit/vc-toggle?file=index.html
168168

169-
Note: Stackbitz is a little funky, and I couldn't make it load the CSS as an import. I recommend you downloading the project and playing a bit on yout own machine.
169+
Note: Stackblitz is a little funky, and I couldn't make it load the CSS as an import. I recommend you downloading the project and playing a bit on yout own machine.
170170

171171
That's all, folks!
172-
173172
===================================
174173

175174
Please, take a moment to connect with me on Linkedin: https://www.linkedin.com/in/vinícius-chab/, and have a great day!

vc-toggle-switch.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
/*The handle's width while the toggle is clicked*/
5757
--vc-onclick-width: 30px;
5858

59-
/*Hadle's distance from the top*/
59+
/*Handle's distance from the top*/
6060
--vc-handle-top: 5px;
6161
}
6262

0 commit comments

Comments
 (0)