Skip to content

Commit

Permalink
Fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
serek8 committed Nov 7, 2024
1 parent f3aecbb commit ae540ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests-beta/ios/MASVS-STORAGE/MASTG-TEST-0x55-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ iOS prevents the keyboard from caching inputs marked with the [secureTextEntry](

1. Run a static analysis tool such as @MASTG-TOOL-0073 on the app binary to verify if your app uses `UITextAutocorrectionTypeNo`.

2. If you app uses Storyboards or XIB files, check whether the UI elements such as `UITextFields`, `UITextViews`, and `UISearchBars` use `UITextAutocorrectionTypeNo` flag.
2. If your app uses Storyboards or XIB files, check whether the UI elements such as `UITextFields`, `UITextViews`, and `UISearchBars` use `UITextAutocorrectionTypeNo` flag.

## Observation

Expand Down

0 comments on commit ae540ce

Please sign in to comment.