summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah Foster <sarahhhhfoster@gmail.com>2020-04-27 21:44:13 -0700
committermvp <mvp@users.noreply.github.com>2020-04-27 22:03:45 -0700
commit58385b87e6f729e9a0a8874bd8191bfed652f76e (patch)
treef19e4fdefb685beee35611ee399deb657b125637
parent7bf80a08d10bf42e5aca7c40d4709376f530a2d7 (diff)
Update README.md
Just a small typo correction
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 153bda6..3057c1f 100644
--- a/README.md
+++ b/README.md
@@ -271,7 +271,7 @@ might help to mitigate this issue:
Many hub manufacturers build their USB hubs using basic 4 port USB chips.
E.g. to make 7 port hub, they daisy-chain two 4 port hubs - 1 port is lost to daisy-chaining,
-so it makes it 4+4-1=7 port hub. Simularly, 10 port hub could be built as 3 4-port hubs
+so it makes it 4+4-1=7 port hub. Similarly, 10 port hub could be built as 3 4-port hubs
daisy-chained together, which gives 4+4+4-2=10 usable ports.
Note that you should never try to change power state for ports used to daisy-chain internal hubs together.