docs: correct spelling of "it" (#11889)

Correct spelling of "it" in configuration/overview.mdx
This commit is contained in:
Pranav
2025-03-27 21:28:25 +05:30
committed by GitHub
parent f34cc637e3
commit b863fd0915

View File

@@ -147,7 +147,7 @@ _\* Config location detection is different between development and production en
<Banner type="warning">
**Important:** Ensure your `tsconfig.json` is properly configured for Payload
to auto-detect your config location. If if does not exist, or does not specify
to auto-detect your config location. If it does not exist, or does not specify
the proper `compilerOptions`, Payload will default to the current working
directory.
</Banner>