From 37d7064786ba4e43f665706d71c556a961d99c15 Mon Sep 17 00:00:00 2001 From: Tawaliou Date: Wed, 23 Aug 2023 12:36:46 +0100 Subject: [PATCH] Update README.md There is a typo error "fpr" instead of "for" so I did the change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33a1896..ea8213b 100644 --- a/README.md +++ b/README.md @@ -1255,7 +1255,7 @@ Tests whether all elements in the array pass the test implemented by the provide // output: true ``` -#### Browser Support fpr `Array.prototype.every()` +#### Browser Support for `Array.prototype.every()` ![Chrome][chrome-image] | ![Edge][edge-image] | ![Firefox][firefox-image] | ![IE][ie-image] | ![Opera][opera-image] | ![Safari][safari-image] :-: | :-: | :-: | :-: | :-: | :-: |