Skip to content

Commit

Permalink
Fix typo in docs make command
Browse files Browse the repository at this point in the history
fixed a type in make command to develop and run docs locally

Signed-off-by: Zaki Shaikh <[email protected]>
  • Loading branch information
zakisk authored and chmouel committed Sep 20, 2024
1 parent bba037c commit b3fd3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/dev/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ We use hugo, if you want to preview your change, you need to install
[hugo](https://gohugo.io) and do a :
```shell
make docs-dev
make dev-docs
```
this will start a hugo server with live preview of the docs on :
Expand Down

0 comments on commit b3fd3ef

Please sign in to comment.