From e19703122e2ed1df947bc814979d538c710916e5 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 28 Dec 2023 01:09:03 +0900 Subject: [PATCH] Fix typo in player/README.md seperate -> separate --- src/components/player/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/player/README.md b/src/components/player/README.md index 404e138a..3e3bc0c6 100644 --- a/src/components/player/README.md +++ b/src/components/player/README.md @@ -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`