Skip to content

Commit 24fbc26

Browse files
authored
Merge pull request #2 from idivyamgoyal/idivyamgoyal
fixed README typo
2 parents 10bd094 + d67f193 commit 24fbc26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Personal portfolio page [www.fdaviz.com](https://www.fdaviz.com/) built in React
3030

3131
1. Implementing Wow.js + Animate.css was difficult at the beginning, but worth it. It takes time to make it work with your app, yet it takes less time than building your own libraries.
3232

33-
2. 2.Sharing DOM component details such as height, offsetTops, etc, between other components was a bit difficult because [React Refs](https://reactjs.org/docs/refs-and-the-dom.html) had to match parent containers' ids. That took me the long time to figure out.
33+
2. Sharing DOM component details such as height, offsetTops, etc, between other components was a bit difficult because [React Refs](https://reactjs.org/docs/refs-and-the-dom.html) had to match parent containers' ids. That took me the long time to figure out.
3434

3535
3. After using Bootstrap for a while I had to re learn some CSS3 tricks like flex-box and how to use @keyframes + animation.
3636

0 commit comments

Comments
 (0)