Skip to content

Commit 428dd4e

Browse files
authored
Added missing * on unidirectional
1 parent ffeb031 commit 428dd4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@
348348

349349
* It uses **VirtualDOM** instead RealDOM considering that RealDOM manipulations are expensive.
350350
* Supports **server-side rendering**.
351-
* Follows *Unidirectional** data flow or data binding.
351+
* Follows **Unidirectional** data flow or data binding.
352352
* Uses **reusable/composable** UI components to develop the view.
353353

354354
3. ### What is JSX?

0 commit comments

Comments
 (0)