From ce78fa00dfe95dcdf49b13e3aee086608668a020 Mon Sep 17 00:00:00 2001 From: Orkhan Huseynov <32098320+orkhan-huseynov@users.noreply.github.com> Date: Mon, 12 Nov 2018 20:23:41 +0400 Subject: [PATCH] Update image-node.md (#1230) typo fix --- docs/_docs/image-node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/image-node.md b/docs/_docs/image-node.md index d7b1057ed7..4fcc2da69b 100755 --- a/docs/_docs/image-node.md +++ b/docs/_docs/image-node.md @@ -6,7 +6,7 @@ prevPage: text-node.html nextPage: network-image-node.html --- -`ASImageNode` is the Texture equivalent to `UIImageView`. The most basic difference is that images are decoded asynchronously by default. Of course, there are more advanced improvments as well such as GIF support and `imageModificationBlock`s. +`ASImageNode` is the Texture equivalent to `UIImageView`. The most basic difference is that images are decoded asynchronously by default. Of course, there are more advanced improvements as well such as GIF support and `imageModificationBlock`s. ### Basic Usage