From e267e82e553194581909a60c6598e52aa1af80f0 Mon Sep 17 00:00:00 2001 From: Pav01Founders <92518689+Pav01Founders@users.noreply.github.com> Date: Thu, 14 Oct 2021 12:36:49 +0100 Subject: [PATCH] Update README.md --- subjects/capitalize/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/capitalize/README.md b/subjects/capitalize/README.md index 310fa1a4..05bb2220 100644 --- a/subjects/capitalize/README.md +++ b/subjects/capitalize/README.md @@ -4,7 +4,7 @@ Write a function that capitalizes the first letter of each word **and** lowercases the rest. -A word is a sequence of **alphanumerical** characters. +A word is a sequence of **alphanumeric** characters. ### Expected function