Kotlin and Android Development featuring Jetpack:Page 37, Possible Typo

@mfazio23

On page 37 center of page. Sentence reads;
“With those changes made and following a Gradle sync, we can move on to layout_pick_players.xml, where we’ll be wrapping our in a generic tag.”

I don’t have a file in my project with the name “layout_pick_players.xml”. I do have a file named “fragment_pick_players.xml” which is the layout file for the PickPlayersFragment.kt file.

Is this a typo?
Should the sentence actually read;
“With those changes made and following a Gradle sync, we can move on to fragment_pick_players.xml, where we’ll be wrapping our in a generic tag.”

Yep, it’s a typo. I was thinking about how it’s a <layout> tag and put that in instead of the proper fragment_pick_players.xml filename.