Skip to content

Commit 43b4f72

Browse files
authored
Update best-practices-asset-management.md
1 parent f2a240d commit 43b4f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/best-practices-asset-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is a matter of preference and judgement, but these registrations are super
88

99
Always register CSS and JavaScript first instead of directly enqueueing them. This makes dequeueing easier for other products interacting with your dependency in the environment.
1010

11-
###### Always register assets globally
11+
#### Always register assets globally
1212

1313
Never scope a script registration inside `is_admin()` or another check to prevent registration collision.
1414

0 commit comments

Comments
 (0)