Skip to content

Commit

Permalink
docs(v3): fix the typo (#1961)
Browse files Browse the repository at this point in the history
  • Loading branch information
rufatZZ authored Jul 7, 2023
1 parent f2f0e9f commit 250e4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/docs/DocSearch-v3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ npm install @docsearch/js@3

### Without package manager

If you don't want to use a package manger, you can add the CSS to the `<head>` of your website:
If you don't want to use a package manager, you can add the CSS to the `<head>` of your website:

```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@3" />
Expand Down

0 comments on commit 250e4c7

Please sign in to comment.