From 3d79b58115abb15f6d2d621f82f1b62cf421d455 Mon Sep 17 00:00:00 2001 From: Azeem Idrisi <112647789+AzeemIdrisi@users.noreply.github.com> Date: Fri, 17 Jan 2025 01:39:13 +0530 Subject: [PATCH] Fixed 3 typos in UpdatingIgnite.md The spelling of Ignite, Ask and Go were mis-spelled. --- docs/recipes/UpdatingIgnite.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/recipes/UpdatingIgnite.md b/docs/recipes/UpdatingIgnite.md index 15346328..7d5825a1 100644 --- a/docs/recipes/UpdatingIgnite.md +++ b/docs/recipes/UpdatingIgnite.md @@ -8,16 +8,16 @@ last_update: publish_date: 2023-01-17 --- -Many React Native developers aks this question: +Many React Native developers ask this question: > How can I update my Ignite boilerplate with the latest changes from the Ignite boilerplate? We follow the same technique as [React Native Upgrade Helper](https://react-native-community.github.io/upgrade-helper/), basically it's a [diff between 2 versions](https://github.com/react-native-community/rn-diff-purge) you can apply manually. -Thanks to Niclas Söderström, we can use the [ignite-diff-purge](https://github.com/nirre7/ignite-diff-purge) tool to update your Ignited app. +Thanks to Niclas Söderström, we can use the [ignite-diff-purge](https://github.com/nirre7/ignite-diff-purge) tool to update your Ignite app. ## Usage -1. Got to [`ignite-diff-purge` website](https://nirre7.github.io/ignite-diff-purge/) +1. Go to [`ignite-diff-purge` website](https://nirre7.github.io/ignite-diff-purge/) 2. Select the version you want to update from. Example from [8.8.4 to 9.0.0](https://github.com/nirre7/ignite-diff-purge/compare/release/8.8.4..release/9.0.0) 3. Work through the changes and apply them to your project