Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Pull Request related with inside Typo comments are addressed
Browse files Browse the repository at this point in the history
  • Loading branch information
soner-yuksel committed Nov 16, 2023
1 parent 2ffc995 commit b59fc88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/Brave/Frontend/Browser/BrowserViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3367,7 +3367,7 @@ extension BrowserViewController: IAPObserverDelegate {

public func handlePromotedInAppPurchase() {
// Open VPN Buy Screen before system triggers buy action
// Delaying the VPN Screen launch delibrately to syncronize promoted purcahse launch
// Delaying the VPN Screen launch delibrately to syncronize promoted purchase launch
Task.delayed(bySeconds: 2.0) { @MainActor in
self.popToBVC()
self.navigationHelper.openVPNBuyScreen(iapObserver: self.iapObserver)
Expand Down
2 changes: 1 addition & 1 deletion Sources/BraveVPN/BraveVPN.swift
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ public class BraveVPN {
helper.mainCredential?.hostnameDisplayValue
}

/// Type of vpnsubscription
/// Type of the vpn subscription
public enum SubscriptionType: Equatable {
case monthly, yearly, other
}
Expand Down

0 comments on commit b59fc88

Please sign in to comment.