From 522eeefda452e3b91e7dd1d01af9af97044bd4cc Mon Sep 17 00:00:00 2001 From: Leendert de Borst Date: Tue, 20 May 2025 12:19:22 +0200 Subject: [PATCH] Update docs (#846) --- .../ios/NativeVaultManager/RCTNativeVaultManager.mm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/mobile-app/ios/NativeVaultManager/RCTNativeVaultManager.mm b/apps/mobile-app/ios/NativeVaultManager/RCTNativeVaultManager.mm index 3f83e7add..d8db0ccd5 100644 --- a/apps/mobile-app/ios/NativeVaultManager/RCTNativeVaultManager.mm +++ b/apps/mobile-app/ios/NativeVaultManager/RCTNativeVaultManager.mm @@ -6,9 +6,9 @@ @end /** - * This objective-c class is used as a bridge to allow React Native to interact with the CredentialManager class. - * The underlying VaultManager class is implemented in Swift and communicates with the VaultStore - * that is used by both React Native and the native iOS Autofill extension. + * This objective-c class is used as a bridge to allow React Native to interact with the underlying + * Swift VaultManager class and communicates with the VaultStore that is used by both React Native + * and the native iOS Autofill extension. * * This class should implement all methods defined in the specs/NativeVaultManager.ts TurboModule. * When adding a new method, make sure to update the spec .ts file first and then run `pod install` to