From ed41194a3a9a7b7236d312f1c10221e252c7ca5e Mon Sep 17 00:00:00 2001 From: Keith Kurak Date: Wed, 20 Nov 2024 15:00:03 -0500 Subject: [PATCH] fix typo --- troubleshooting-sdk-upgrades.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/troubleshooting-sdk-upgrades.md b/troubleshooting-sdk-upgrades.md index 3e98bec..b1def6c 100644 --- a/troubleshooting-sdk-upgrades.md +++ b/troubleshooting-sdk-upgrades.md @@ -73,7 +73,7 @@ At this point, if you're still hunting down the issue, you've collected a lot of ### Create a minimal reproduction -A minimal reproduction is where you take the default app template (`npx react-expo-app@latest`), and try to add just enough code, packages, or configuration to cause the same issue that you see in your app. A one of a few wonderful things can happen when you do this: +A minimal reproduction is where you take the default app template (`npx create-expo-app@latest`), and try to add just enough code, packages, or configuration to cause the same issue that you see in your app. A one of a few wonderful things can happen when you do this: 1. You might find that you can't reproduce the issue, and this suggests that something else may be causing it. You've eliminated one possibility! 2. You might find that you can't reproduce the issue, but it's becaues you found a problem with your implementation that was easier to see in isolation. So now you can take that learning back to your own code! 3. If you can reproduce the issue, you've just created a valuable artifact that you can pass along to the maintainer when you ask for help, eliminating several obstacles on their way to providing a fix. @@ -92,4 +92,4 @@ If you're managing your own **ios** and **android** folders, a common source of ## More information -Check out our [troubleshooting guides overview](https://docs.expo.dev/troubleshooting/overview/) for a list of all of our guides for how to debug specific issues and use debugging tools in general. One of the issues presented in here might resemble your issue. \ No newline at end of file +Check out our [troubleshooting guides overview](https://docs.expo.dev/troubleshooting/overview/) for a list of all of our guides for how to debug specific issues and use debugging tools in general. One of the issues presented in here might resemble your issue.