From 178f8d35aada8cd8557ebf77aa925ecd61baeeac Mon Sep 17 00:00:00 2001 From: minagayid Date: Thu, 9 Jul 2026 15:48:31 +0300 Subject: [PATCH] docs: fix "Compatibilty" typo in README Corrects the "Kangax Compatibilty Table" link label to "Compatibility". JerryScript-DCO-1.0-Signed-off-by: minagayid minagayid@gmail.com --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bf7104ce6..522e248897 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ JerryScript is a lightweight JavaScript engine for resource-constrained devices Key characteristics of JerryScript: * Full ECMAScript 5.1 standard compliance * ECMAScript 2025 standard compliance is 70% - * [Kangax Compatibilty Table](https://compat-table.github.io/compat-table/es2016plus/) + * [Kangax Compatibility Table](https://compat-table.github.io/compat-table/es2016plus/) * 258K binary size when compiled for ARM Thumb-2 * Heavily optimized for low memory consumption * Written in C99 for maximum portability