We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ee026 commit 7f88dcdCopy full SHA for 7f88dcd
accessibility/README.md
@@ -1,4 +1,4 @@
1
-## PDF Acccessibility Examples.
+## PDF Accessibility Examples.
2
3
The examples in this section are showcasing how to work with accessibility features.
4
accessibility/pdf_add_image_alt_text.go
@@ -65,7 +65,7 @@ func main() {
65
pageMarkedContentSection.S = core.MakeName(model.StructureTypeSection)
66
pageMarkedContentSection.ID = core.MakeString(kIds[1])
67
68
- // Add as a chile
+ // Add as a child
69
docK.AddKChild(pageMarkedContentSection)
70
71
// Add first image
0 commit comments