Fix typos

This commit is contained in:
Korbs 2025-02-24 16:54:57 -05:00
parent e182659e8d
commit 6292664c02
Signed by: Korbs
SSH key fingerprint: SHA256:Q0b0KraMldpAO9oKa+w+gcsXsOTykQ4UkAKn0ByGn5U

View file

@ -47,7 +47,7 @@
- [ ] Allow to set own defaults and other options within the `astro.config.js` file.
- Configuration Options
- Add:
- [ ] `Autoplay` - Begin playing the video playback as soon as the media i available. (***Require review on this item***)
- [ ] `Autoplay` - Begin playing the video playback as soon as the media is available. (***Require review on this item***)
- [ ] `ControlsDelay` - Defaults to `2000`. Amount of time to wait while playbacking is occuring, if the amount is reach then hide the controls
- [ ] `CurrentTime` - Defaults to `0`. Start the player at this point in the video timestamp.
- [ ] `Type` - Defaults to `Video`. Type of player that should be used. ["Video" | "Audio"]
@ -74,5 +74,5 @@
- [ ] Spanish
- [ ] German
- [ ] Japanese
- [ ] Created a "Build" mode
- [ ] Create a "Build" mode
- Allow the developer to build to their own layout and more within the Zorn player, making the project more customizable.