Skip to content

Commit 26685e0

Browse files
committed
fix: tab characters must not be used in indentation
1 parent 3b02591 commit 26685e0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

content/docs/en/guides/plugin/store-persistant-data.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
title: "Storing Persistant Data on the Player"
33
description: "Learn how to save and load persistant data using Components"
44
authors:
5-
- name: "ArcticDev"
6-
url: "https://github.com/ArcticRaven"
7-
- name: "Neil Revin"
8-
url: "https://itsneil.dev/"
5+
- name: "ArcticDev"
6+
url: "https://github.com/ArcticRaven"
7+
- name: "Neil Revin"
8+
url: "https://itsneil.dev/"
99
---
1010

1111
Here is how to store persistent data using a custom component on a Player.

0 commit comments

Comments
 (0)