Skip to content

Commit 8033beb

Browse files
LadyBluenotesatilafassina
authored andcommitted
[Content]: Fix heading in stores page
As per #686
1 parent a25c2a2 commit 8033beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/concepts/stores.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ setData('animals', reconcile(newData))
371371
In this example, the store will look for the differences between the existing and incoming data sets.
372372
Consequently, only `'koala'` - the new edition - will cause an update.
373373

374-
## Extracting raw data with `unwrap`
374+
### Extracting raw data with `unwrap`
375375

376376
When there is a need for dealing with data outside of a reactive context, the `unwrap` utility offers a way to transform a store to a standard [object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object).
377377
This conversion serves several important purposes.

0 commit comments

Comments
 (0)