From a703d4cfc1bbab2174b8d4161f5061e08abbdd76 Mon Sep 17 00:00:00 2001 From: kocburak Date: Mon, 19 May 2025 11:02:47 -0700 Subject: [PATCH] Typo fix in InterpolationAnimatedNode for debugging (#51460) Summary: I noticed a missing debugging text while working on https://github.com/facebook/react-native/issues/50496. It was a typo. I though I might as well send a PR. ## Changelog: [Android] [Fixed] - Fixing a typo in InterpolationAnimatedNode for debug text.