Skip to content

Commit 4a015b3

Browse files
committed
Add tip
1 parent 982258c commit 4a015b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/files/JSON-CONFIG-FILE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ This JSON has specified only the dependent property.
220220
}
221221
```
222222

223-
If you want to make both properties mutually dependent, you must add another dependency:
223+
**Tip:** If you want to make both properties mutually dependent, you must add another dependency:
224224

225225
```GDScript
226226
# Create a JSON configuration file

doc/files/JSON-PROPERTY-OBJECT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ This JSON has specified only the dependent property in its 'person' property.
266266
}
267267
```
268268

269-
If you want to make both properties mutually dependent, you must add another dependency:
269+
**Tip:** If you want to make both properties mutually dependent, you must add another dependency:
270270

271271
```GDScript
272272
# Create a JSON configuration file

0 commit comments

Comments
 (0)