Skip to content

Commit 0bdc335

Browse files
author
Carlos Bonilla
committed
Corrections
1 parent a4c3523 commit 0bdc335

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ One of the advantages of using Less is that you can create functions, which are
5454
#a.iterate(infinite); // repeat the animation forever
5555
#a.delay(2s); // delay everything for 2 seconds
5656
#a.duration(3s); // each iteration will play for 3 seconds
57-
.bounceOutLeft; // initialize the animation effect (notice the lack of the #a prefix)
57+
.bounceOutLeft; // initialize the animation effect (notice the lack of #a prefix)
5858
}
5959
```
6060

0 commit comments

Comments
 (0)