From f7d842a7f4d1e5303e19b52695a614f9156f858b Mon Sep 17 00:00:00 2001 From: SquiDual <31385593+SquiDual@users.noreply.github.com> Date: Mon, 5 Jul 2021 15:31:26 +0800 Subject: [PATCH] Update TERMS.md Fix typo --- docs/TERMS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TERMS.md b/docs/TERMS.md index 4347c1f7f..1bd95d363 100644 --- a/docs/TERMS.md +++ b/docs/TERMS.md @@ -26,7 +26,7 @@ Term | Description **IOKit** | Backbone of how Kernel Extentions (Kexts) probe and attach onto hardware, starts quickly after kernel initates **WindowServer** | Backbone of the GUI interface in macOS, one of the first userfacing userspace programs to kick-in **OTA** | Short for **O**ver **T**he **A**ir, refers to native OS updates via System Preferences like a supported Mac -**DELTA** | Often used with OTA, refers to OS updates that much smaller than full installers (generally ~3GB), note Deltas require the root volume to be unmotified otherwise ~12GB updates will occur. +**DELTA** | Often used with OTA, refers to OS updates that much smaller than full installers (generally ~3GB), note Deltas require the root volume to be unmodified otherwise ~12GB updates will occur. --- Term | Description --- | ---