From d1c2458930bf86c7ceff054c1d9ce5ccfa84d689 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Mon, 7 Feb 2022 11:43:35 -0800 Subject: [PATCH] fix: Fix Typo in Java Docs (#33050) Summary: Probably my smallest PR yet, this just fixes a comment in the template's Java files. ## Changelog [CATEGORY] [TYPE] - Message Pull Request resolved: https://github.com/facebook/react-native/pull/33050 Reviewed By: christophpurrer Differential Revision: D34045805 Pulled By: cortinico fbshipit-source-id: a7355b4dbae84b79ee9d68e2524393d03cda67fc --- .../android/app/src/main/java/com/helloworld/MainActivity.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/template/android/app/src/main/java/com/helloworld/MainActivity.java b/template/android/app/src/main/java/com/helloworld/MainActivity.java index 24f412851ff..eae5dada6e8 100644 --- a/template/android/app/src/main/java/com/helloworld/MainActivity.java +++ b/template/android/app/src/main/java/com/helloworld/MainActivity.java @@ -17,7 +17,8 @@ public class MainActivity extends ReactActivity { /** * Returns the instance of the {@link ReactActivityDelegate}. There the RootView is created and - * you can specify the rendered you wish to use (Fabric or the older renderer). + * you can specify the renderer you wish to use - the new renderer (Fabric) or the old renderer + * (Paper). */ @Override protected ReactActivityDelegate createReactActivityDelegate() {