## Problem The [migration regarding `TextureAtlas`](https://bevyengine.org/learn/migration-guides/0-14-to-0-15/#move-textureatlas-into-uiimage-and-remove-impl-component-for-textureatlas) tells the user to use an `UiImage`. However a [later section](https://bevyengine.org/learn/migration-guides/0-14-to-0-15/#uiimage-imagenode-uiimagesize-imagenodesize) reveals that `UiImage` has been replaced and should be changed to `ImageNode` ## Solution The section for `TextureAtlas` should either explain the full migration, or at least point directly to the next step.