Skip to content

Commit

Permalink
(docs) fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Dec 21, 2024
1 parent 92cdae6 commit 632c04d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ term.echo('This is').echo('jQuery Terminal');
```

There are more terminal methods that you can use, check [Terminal
Interpreter](/docs/deep-dive/termnal) Guide, for more information.
Instance](/docs/deep-dive/terminal) Guide, for more information.

## Demo

Expand All @@ -267,7 +267,7 @@ import CodePen from '@site/src/CodePen';

## See also

* [What you can echo?](/docs/deep-divce/echo)
* [Terminal Interpreter](/docs/deep-dive/termnal)
* [What you can echo?](/docs/deep-dive/echo)
* [Terminal Interpreter](/docs/deep-dive/terminal)
* [All about completion](#???)
* [Coloring the terminal](/docs/deep-dive/formatters)

0 comments on commit 632c04d

Please sign in to comment.