Skip to content

Conversation

@okeken
Copy link
Contributor

@okeken okeken commented Nov 9, 2025

No description provided.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 9, 2025

Walkthrough

This PR updates the documentation across a few files. The CONTRIBUTING.md file now points to the documentation site at packages/docs instead of referencing README.md. In the API documentation, a typo was corrected—"deciams" is now properly spelled as "decimals" in the ISO time description. Finally, the v4 documentation was updated with a formatting improvement, converting a plain inline link to a proper markdown hyperlink for the locales reference while keeping the same anchor target. All changes are documentation-focused with no code logic modifications.

Pre-merge checks

❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Description check ❓ Inconclusive No description was provided by the author, making it impossible to assess whether any description content relates to the changeset. Consider adding a brief description explaining the motivation and scope of the documentation updates, even if minimal.
✅ Passed checks (2 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Title check ✅ Passed The title 'docs: fix typos and links' accurately summarizes the main changes: fixing typos in documentation (the 'deciams' to 'decimals' correction) and correcting links (the markdown hyperlink update).

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (1)
CONTRIBUTING.md (1)

80-81: Documentation path update looks good, but the formatting could be clearer.

The parenthetical notation packages/docs(content in packages/docs/content) is a bit awkward. Consider using something like: packages/docs with content located at packages/docs/content for better readability.

📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between f9bbb50 and f8a0e05.

📒 Files selected for processing (3)
  • CONTRIBUTING.md (1 hunks)
  • packages/docs/content/api.mdx (1 hunks)
  • packages/docs/content/v4/index.mdx (1 hunks)
🧰 Additional context used
🧠 Learnings (2)
📚 Learning: 2025-10-21T17:28:01.210Z
Learnt from: CR
Repo: colinhacks/zod PR: 0
File: .cursor/rules/zod-project-guide.mdc:0-0
Timestamp: 2025-10-21T17:28:01.210Z
Learning: Applies to packages/zod/** : Make core Zod library changes in the main package at packages/zod/

Applied to files:

  • CONTRIBUTING.md
📚 Learning: 2025-10-21T17:24:39.708Z
Learnt from: CR
Repo: colinhacks/zod PR: 0
File: CLAUDE.md:0-0
Timestamp: 2025-10-21T17:24:39.708Z
Learning: Applies to packages/zod/package.json : Provide the zod/source export condition pointing to TypeScript source for development

Applied to files:

  • CONTRIBUTING.md
🔇 Additional comments (2)
packages/docs/content/api.mdx (1)

469-469: Good catch on the typo!

Correcting "deciams" to "decimals" improves clarity in the ISO time description.

packages/docs/content/v4/index.mdx (1)

601-601: Nice—converting to markdown link syntax improves consistency!

The hyperlink formatting using [Customizing errors](/error-customization#locales) is cleaner and maintains consistency across the documentation.

@okeken okeken changed the title docs: fix typos, update contributing paths, and correct internal links docs: fix typos and links Nov 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant