Skip to content

Commit 5574ec1

Browse files
committed
Use the proper verb for switching directories
1 parent 1dbe1e3 commit 5574ec1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fern/docs/pages/sdks/mobile/cordova/quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ To enable push notifications in the sample app, you need to set up your Firebase
5151
1. Go to the [Firebase Console](https://console.firebase.google.com/).
5252
2. Create a new project or select an existing one.
5353
3. Add an Android app (if not already added). Ensure the **Package Name** matches your Cordova app ID.
54-
4. Navigate to **Project Settings** and download the `google-services.json` file.
54+
4. Go to **Project Settings** and download the `google-services.json` file.
5555
5. Replace the `samples/google-services.json` file with the downloaded file.
5656
</Tab>
5757
<Tab title="iOS">
5858
1. Go to the [Firebase Console](https://console.firebase.google.com/).
5959
2. Create a new project or select an existing one.
6060
3. Add an iOS app (if not already added). Ensure the **Bundle ID** matches your Cordova app ID.
61-
1. Navigate to **Project Settings** and download the `GoogleService-Info.plist` file.
61+
1. Go to **Project Settings** and download the `GoogleService-Info.plist` file.
6262
2. Replace the `samples/GoogleService-Info.plist` file with the downloaded file.
6363
</Tab>
6464
</Tabs>

fern/docs/pages/sdks/mobile/flutter/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ A sample app with use cases for the DevRev SDK for Flutter has been provided as
7171

7272
Additional Steps for iOS before running the app:
7373
1. Change the minimum iOS deployment target version to `15.0`.
74-
2. Navigate to the `ios` directory and perform `pod install`.
74+
2. Go to the `ios` directory and perform `pod install`.
7575
3. Open `ios/Runner.xcodeproj` in Xcode and select `Package dependencies -> FlutterGeneratedPluginSwiftPackage -> Package.swift` set iOS version from `12` to `15`.
7676
```swift
7777
platforms: [

0 commit comments

Comments
 (0)