docs: fix typos, duplicated words, wrong property names etc. (#12480)

### What?
fix typos in doc
### Why?
because they are typos
### How?
checked manually with the help of AI
This commit is contained in:
Anyu Jiang
2025-05-26 01:58:26 +08:00
committed by GitHub
parent c010d51543
commit e2f7889d72
22 changed files with 35 additions and 35 deletions

View File

@@ -260,7 +260,7 @@ If you are using relationships or uploads in your front-end application, and you
{
// ...
// If your site is running on a different domain than your Payload server,
// This will allows requests to be made between the two domains
// This will allow requests to be made between the two domains
cors: [
'http://localhost:3001' // Your front-end application
],