Skip to content

Commit 2c4918f

Browse files
Abdallah Shabaniartemiev
authored andcommitted
Fixing spacing issues (#4996)
1 parent 8aa7aa4 commit 2c4918f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/fragments/lib-v1/auth/ios/password_management/10_reset_password.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func resetPassword(username: String) -> AnyCancellable {
4848

4949
</BlockSwitcher>
5050

51-
Usually resetting the password require you to verify that it is the actual user that tried to reset the password. So the next step above will be `.confirmResetPasswordWithCode`.
51+
Usually resetting the password require you to verify that it is the actual user that tried to reset the password. The next step above will be `.confirmResetPasswordWithCode`.
5252

5353
If you are using Cognito and would like to display a more specific view or messaging to your users based the error that occurred, you can handle this by downcasting the `underlyingError` to `AWSCognitoAuthError`.
5454

src/fragments/lib/auth/ios/password_management/10_reset_password.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func resetPassword(username: String) -> AnyCancellable {
4848

4949
</BlockSwitcher>
5050

51-
Usually resetting the password require you to verify that it is the actual user that tried to reset the password. So the next step above will be `.confirmResetPasswordWithCode`.
51+
Usually resetting the password require you to verify that it is the actual user that tried to reset the password. The next step above will be `.confirmResetPasswordWithCode`.
5252

5353
If you are using Cognito and would like to display a more specific view or messaging to your users based the error that occurred, you can handle this by downcasting the `underlyingError` to `AWSCognitoAuthError`.
5454

src/fragments/lib/utilities/js/hub.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ When using a "Capturing Group" (e.g. parenthesis grouping regular expressions) a
114114

115115
```javascript
116116
Hub.listen(/user(.*)/, (data) => {
117-
console.log('A USER event has been found matching the pattern: ', data.payload.message );
117+
console.log('A USER event has been found matching the pattern: ', data.payload.message);
118118
console.log('patternInfo:', data.patternInfo);
119119
})
120120
```

0 commit comments

Comments
 (0)