Skip to content

Commit f4f6dca

Browse files
authored
docs(optics-tutorials): omit dashes
1 parent f5f397e commit f4f6dca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/concepts/optics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ id: optics
99

1010
## Benefits of Optics
1111

12-
- **Efficiency:** Optics make manipulating nested state (like user profiles) feel simpleno need to rewrite the whole state object.
12+
- **Efficiency:** Optics make manipulating nested state (like user profiles) simple, meaning that there's no need to rewrite the whole state object.
1313
- **Modularity:** Optics help you modularize access to deeply nested data, making code cleaner and more scalable.
1414

1515
---
@@ -36,4 +36,4 @@ In the above example, the `ageLens` function is an optic that returns the age of
3636

3737
## How it Connects to Refract
3838

39-
Optics form the backbone of Refract’s reactive state management. Build and combine them to shape how your UI respondssmoothly composable, and perfectly maintainable.
39+
Optics form the backbone of Refract’s reactive state management. Build and combine them to shape how your UI responds, making it smoothly composable and perfectly maintainable.

0 commit comments

Comments
 (0)