Skip to content

Commit

Permalink
Fix typo (#1410)
Browse files Browse the repository at this point in the history
  • Loading branch information
abra authored Jan 18, 2024
1 parent ff5be16 commit 50b4d0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// An exception thrown when the required platform specific permission
/// definications could not be found (e.g. in the AndroidManifest.xml file on
/// definitions could not be found (e.g. in the AndroidManifest.xml file on
/// Android or in the Info.plist file on iOS).
class PermissionDefinitionsNotFoundException implements Exception {
/// Constructs the [PermissionDefinitionsNotFoundException]
Expand Down

0 comments on commit 50b4d0f

Please sign in to comment.