Skip to content

Commit

Permalink
some fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
aynsix committed Dec 18, 2024
1 parent dda7bd6 commit e73d357
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function getDocumentation(): Documentation
return new Documentation(
$treeBuilder,
<<<HEADER
Convert any document to pdf format.
Convert any document to PDF format.
HEADER
);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function getDocumentation(): Documentation
return new Documentation(
$treeBuilder,
<<<HEADER
Convert the first page of the pdf to an image.
Convert the first page of a PDF to an image.
HEADER
);
}
Expand Down

0 comments on commit e73d357

Please sign in to comment.