Skip to content

Commit eeae4d7

Browse files
Fix typo (#126)
1 parent 160785c commit eeae4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ Highlight.php was moderately performant, but the quality of the highlighting was
5353

5454
Shiki, on the other hand, produced good looking output, but was slow to run from a PHP application as it required spawning a Node.js process to do the actual highlighting. This made it impractical to use in live-rendered applications.
5555

56-
Phiki aims to solve these issues by providing a pure PHP implementation of both a TextMate tokenizer and Visual Studo Code highlighter. This allows for high-quality highlighting without the need for any third-party dependencies or services.
56+
Phiki aims to solve these issues by providing a pure PHP implementation of both a TextMate tokenizer and Visual Studio Code highlighter. This allows for high-quality highlighting without the need for any third-party dependencies or services.
5757

5858
On top of this, I'm a curious software developer who enjoys building things and pushing the limits of what is possible with PHP.

0 commit comments

Comments
 (0)