This repository was archived by the owner on Jul 24, 2023. It is now read-only.

Description
Describe the problem

In the last paragraph where this text written:
- Change the span count to 5 and the direction to GridLayoutManager.
VERTICAL.
The VERTICAL in the text is a mistake, it must be HORIZONTAL like as the written text and code after it.
In which lesson and step of the codelab can this issue be found?
Lesson 7.3 + task 4 + step 2.
How to reproduce?
Instead of incorrect VERTICAL it must be HORIZONTAL like as following:
- Change the span count to 5 and the direction to GridLayoutManager.HORIZONTAL
codelab: android-kotlin-fundamentals