Skip to content

Commit 2370e03

Browse files
committed
chore: cleanup
1 parent 2f3d248 commit 2370e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/core/application-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To store a string value, use the [setString](#setstring) method:
1717
ApplicationSettings.setString('username', 'Wolfgang')
1818
```
1919

20-
:::tip :green_circle: Tip
20+
:::tip
2121
You can use this method with the `JSON.stringify()` (as shown in the `saveObjectAsString` method in the StackBlitz demo app at the link above) to store an object or an array as a string. Then, use `JSON.parse()` to convert the result of [getString()](#getstring) back to the object or array.
2222
:::
2323

0 commit comments

Comments
 (0)