From 205f2a75b6e1d2e4fc853446edaf2bbf469f7d46 Mon Sep 17 00:00:00 2001 From: Matvii Hodovaniuk Date: Fri, 15 Jan 2021 17:14:22 +0200 Subject: [PATCH] Fix React identifier typo React identifier typo: change class to className. --- 26_Context/26_context_boilerplate/src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/26_Context/26_context_boilerplate/src/index.js b/26_Context/26_context_boilerplate/src/index.js index 189f4a1..9f32d9b 100644 --- a/26_Context/26_context_boilerplate/src/index.js +++ b/26_Context/26_context_boilerplate/src/index.js @@ -10,7 +10,7 @@ const Country = ({ country: { name, flag, population } }) => { {name}

{name.toUpperCase()}

-
+

Population: {population}