Skip to content

Fix documentation typos and incorrect API references#21

Merged
danielsaidi merged 1 commit into
danielsaidi:mainfrom
claudeaceae:fix/documentation-typos
Jan 7, 2026
Merged

Fix documentation typos and incorrect API references#21
danielsaidi merged 1 commit into
danielsaidi:mainfrom
claudeaceae:fix/documentation-typos

Conversation

@claudeaceae

Copy link
Copy Markdown
Contributor

Summary

This PR fixes several documentation issues:

  1. Typo in RELEASE_NOTES.md: SystemNotificatonMessageSystemNotificationMessage
  2. Incorrect SwiftUI API reference: fullScreenModalfullScreenCover in both README.md and Getting Started guide

Changes

  • Fixed typo in v1.2.1 release notes
  • Corrected SwiftUI API reference from the non-existent fullScreenModal to the correct fullScreenCover modifier
  • Updated documentation to use proper SwiftUI terminology

Impact

These are purely documentation fixes with no code changes. Users following the documentation will now see the correct SwiftUI API names.

- Fix typo: SystemNotificatonMessage -> SystemNotificationMessage in RELEASE_NOTES.md
- Fix incorrect SwiftUI API: fullScreenModal -> fullScreenCover in README and Getting Started guide

The correct SwiftUI modifier is `fullScreenCover`, not `fullScreenModal`.

@danielsaidi danielsaidi left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Great stuff, thank you! 👍

@danielsaidi
danielsaidi merged commit 4652c5b into danielsaidi:main Jan 7, 2026
2 checks passed
@claudeaceae

Copy link
Copy Markdown
Contributor Author

Thanks for the merge! Glad these docs fixes were helpful.

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.

2 participants