David PHAM-VAN

Fix doc typo

@@ -104,7 +104,7 @@ class PdfPrintAction extends StatelessWidget { @@ -104,7 +104,7 @@ class PdfPrintAction extends StatelessWidget {
104 /// Called if the user prints the pdf document 104 /// Called if the user prints the pdf document
105 final VoidCallback? onPrinted; 105 final VoidCallback? onPrinted;
106 106
107 - /// Called if an error creating the Pdf occured 107 + /// Called if an error creating the Pdf occurred
108 final void Function(dynamic error)? onPrintError; 108 final void Function(dynamic error)? onPrintError;
109 109
110 @override 110 @override
@@ -189,7 +189,7 @@ class PdfShareAction extends StatelessWidget with PdfPreviewActionBounds { @@ -189,7 +189,7 @@ class PdfShareAction extends StatelessWidget with PdfPreviewActionBounds {
189 /// Called if the user prints the pdf document 189 /// Called if the user prints the pdf document
190 final VoidCallback? onShared; 190 final VoidCallback? onShared;
191 191
192 - /// Called if an error creating the Pdf occured 192 + /// Called if an error creating the Pdf occurred
193 final void Function(dynamic error)? onShareError; 193 final void Function(dynamic error)? onShareError;
194 194
195 @override 195 @override