docs: payload proper nouns (#11792)

Uses proper nouns in the docs where necessary for "Payload" and "Local
API".
This commit is contained in:
Jacob Fletcher
2025-03-21 09:04:11 -04:00
committed by GitHub
parent 4081953c18
commit 5f7202bbb8
17 changed files with 25 additions and 25 deletions

View File

@@ -45,7 +45,7 @@ To override existing styles in a way that the previous rules of specificity woul
```css
@layer payload-default {
// my styles within the payload specificity
// my styles within the Payload specificity
}
```