We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 991affa commit 2690e2fCopy full SHA for 2690e2f
README.md
@@ -68,7 +68,7 @@ Run `carthage update` to build the framework and drag the built `Highlightr.fram
68
Highlightr provides two main classes:
69
70
### Highlightr
71
-This is the main endpoint, you can use it to convert code strings into NSAttributted strings.
+This is the main endpoint, you can use it to convert code strings into NSAttributed strings.
72
```Swift
73
let highlightr = Highlightr()
74
highlightr.setTheme(to: "paraiso-dark")
0 commit comments