Fix typo in strip-unit comment

This commit is contained in:
Kevin MacMartin 2019-10-08 18:04:03 -04:00
parent 67cbde0942
commit 35cc8ac7cf

View file

@ -1,5 +1,5 @@
// //
// Stripe the units from a value // Strip the units from a value
// //
// Usage example: strip-unit(25px) => 25 // Usage example: strip-unit(25px) => 25
// //