Browse Source

Merge pull request #595 from eltociear/patch-1

Fix typo in player/README.md
pull/596/head
William Oldham 2 years ago committed by GitHub
parent
commit
7145469165
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/components/player/README.md

2
src/components/player/README.md

@ -12,7 +12,7 @@ These parts are internally used, they aren't exported. Do not use them outside o @@ -12,7 +12,7 @@ These parts are internally used, they aren't exported. Do not use them outside o
### `/display`
The display interface, abstraction on how to actually play the content (e.g Video element, chrome casting, etc)
- It must be completely seperate from any react code
- It must be completely separate from any react code
- It must not interact with state, pass async data back with events
### `/internals`

Loading…
Cancel
Save