Skip to content

Commit 58b3c78

Browse files
authored
Fix typos and linguistic errors in documentation (#3897)
1 parent 463b199 commit 58b3c78

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

HOTFIX_README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ correct scale.
3333
To enable this hotfix, supply a 'hotfixes' array to the options object in the jsPDF constructor function, and add the
3434
string 'px_scaling' to this array.
3535

36-
#Accepted Hotfixes
36+
# Accepted Hotfixes
3737

3838
## scale_text
3939

@@ -63,4 +63,4 @@ Filling paths
6363
### Description
6464

6565
In certain cases, closing a fill would result in a path resolving to an incorrect point.
66-
The was most likely fixed when we refactored matrix logic. Enabling this hotfix will ignore a most-likely unneeded workaround.
66+
This was most likely fixed when we refactored matrix logic. Enabling this hotfix will ignore a most-likely unneeded workaround.

ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Feature requests, bug reports etc. are very welcome as issues. But questions are
22

33
If you are facing issues with garbled Unicode characters, please refer to [#2677](https://github.com/MrRio/jsPDF/issues/2677).
44

5-
Note that new issues should follow these guidelines. Otherwise, the issue will be closed without a comment and tagged with the "Needs Information" label.
5+
Note that new issues should follow these guidelines. Otherwise, the issue will be closed without comment and tagged with the "Needs Information" label.
66

77
1. A bug should be reported as an [mcve](https://stackoverflow.com/help/mcve).
88
2. Make sure code is properly indented and [formatted](https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code) (Use ``` around code blocks).

0 commit comments

Comments
 (0)