diff --git a/Sources/PrintingKit/PrintingKit.docc/Getting-Started.md b/Sources/PrintingKit/PrintingKit.docc/Getting-Started.md index 5dcfabb..f269abe 100644 --- a/Sources/PrintingKit/PrintingKit.docc/Getting-Started.md +++ b/Sources/PrintingKit/PrintingKit.docc/Getting-Started.md @@ -59,4 +59,4 @@ This will show a print dialog that you can use to perform the print operation, o ## PDF support -RichTextKit also has ``Pdf`` utilities, that cna be used to configure a PDF documentations, page margins, etc. They're used by the SDK when printing ``PrintItem/pdfData(_:)`` and ``PrintItem/pdfFile(at:)``, but you can use then as standalone utilities as well. +PrintingKit also has ``Pdf`` utilities, that can be used to configure a PDF documentations, page margins, etc. They're used by the SDK when printing ``PrintItem/pdfData(_:)`` and ``PrintItem/pdfFile(at:)``, but you can use then as standalone utilities as well.