diff --git a/documentation/custom-portraits.md b/documentation/custom-portraits.md index 6012b32..7ac067f 100644 --- a/documentation/custom-portraits.md +++ b/documentation/custom-portraits.md @@ -13,7 +13,7 @@ Oftentimes, you want something more complex than a simple image: an animated ima To achieve these, you will have to create a **custom portrait scene**. -One scene can be used for one or multiple portraits. If a scene is used for multiple portraits, switching between them will not re-instance the scene and only call `_update_portrait(@portrait_name)` on that scene (see more below). This allows you to even animate from one portrait to the next. +One scene can be used for one or multiple portraits. If a scene is used for multiple portraits, switching between them will not re-instance the scene and only call `_update_portrait(portrait_name)` on that scene (see more below). This allows you to even animate from one portrait to the next. ---