From 82bfdd0b6ee2240815c7856a65677618487d9e77 Mon Sep 17 00:00:00 2001 From: Seandoyle12 <44443986+Seandoyle12@users.noreply.github.com> Date: Tue, 15 Jan 2019 19:10:00 -0500 Subject: [PATCH] Misspelled Caveat (#28073) Fixed the spelling error --- guide/english/computer-hardware/hard-drives/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/computer-hardware/hard-drives/index.md b/guide/english/computer-hardware/hard-drives/index.md index d0be896f44..ec9b9542e5 100644 --- a/guide/english/computer-hardware/hard-drives/index.md +++ b/guide/english/computer-hardware/hard-drives/index.md @@ -35,7 +35,7 @@ SSDs are commonly used as boot drives or storage for the most used applications While most Hard Drives use either a SATA or SAS connector, Solid State Drives often use other connections that can handle higher bandwidth and lower latencies, with the most notable being PCI Express (PCI-e) where form factors such as M.2 or U.2 dominate. Though other form factors are available, such as Intel's "Yard stick" form factor or PCI-e cards that look quite similar to a low end graphics card. -The one caviat to these is that they usually have a lower amount of full writes that the drives can do before starting to go bad. +The one caveat to these is that they usually have a lower amount of full writes that the drives can do before starting to go bad. ## Solid State Hard Drives (SSHD) a.k.a Hybrid Drives Solid State Hard Drives fill a specific gap in between Solid State Drives and traditional hard drives. They combine the relative affordable cost of cheap magnetic storage in traditional drives and pairs it with a smaller capacity Solid State Drive with the intent of using the SSD portion to cache frequently used data to increase performance over a plain traditional hard drive at a marginal cost. Hence the combination of the two technologies creates a "hybrid device" that is cost effectively but still is able to benefit from the high performance of SSD drives primarily for low intensity workloads that mostly utilize read requests from the drive.