Skip to content

Commit

Permalink
Merge pull request #170 from oameye/patch-1
Browse files Browse the repository at this point in the history
Fix typo in docs
  • Loading branch information
lazarusA authored Aug 12, 2024
2 parents 9183442 + a8b5bfd commit 4d92d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/documenter_to_vitepress_docs_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Then the very first step here is to update the `make.jl` file to follow the Docu

7. Next, hit 'Backspace' to get back to the Julia REPL and run:
```julia-repl
juila> DocumenterVitepress.dev_docs("build")
julia> DocumenterVitepress.dev_docs("build")
```

8. Finally the live preview of your documentation at `http://localhost:5173/Example.jl/` in your browser.

0 comments on commit 4d92d21

Please sign in to comment.