Skip to content

Commit 7f88dcd

Browse files
committed
fix typo
1 parent 97ee026 commit 7f88dcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

accessibility/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## PDF Acccessibility Examples.
1+
## PDF Accessibility Examples.
22

33
The examples in this section are showcasing how to work with accessibility features.
44

accessibility/pdf_add_image_alt_text.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func main() {
6565
pageMarkedContentSection.S = core.MakeName(model.StructureTypeSection)
6666
pageMarkedContentSection.ID = core.MakeString(kIds[1])
6767

68-
// Add as a chile
68+
// Add as a child
6969
docK.AddKChild(pageMarkedContentSection)
7070

7171
// Add first image

0 commit comments

Comments
 (0)