Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesquires committed Jun 14, 2023
1 parent 40e63dc commit 06da9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2022-04-22-docc-on-github-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ And then you can write a small script to generate docs for GitHub Pages:
```bash
#!/bin/zsh

swift package
swift package \
--allow-writing-to-directory ./docs \
generate-documentation --target MySwiftPackage \
--disable-indexing \
Expand Down

0 comments on commit 06da9cd

Please sign in to comment.