Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a few typos #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/cells.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,6 @@ Table(
Supported keywords, along with their default values, are:

- `placement = "h"`: where on the page to place the table.
- `alighment = "center"`: horizontal alighment of the table.
- `alighment = "center"`: horizontal alignment of the table.
- `caption = ""`: a simple caption to go with the figure.
- `desc = ""`: short description to use in a *List of Tables*.
2 changes: 1 addition & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ keywords used by [`deploy`](#) here are `root` and `label`:
- `root` specifies a "root" path for all deployed documentation. Since we're
using GitHub Pages to host your documentation it'll be hosted at
`<username>.github.io/<pkg>.jl/`. We need to tell [`deploy`](#) about this
otherwise it'll set the root to `<username>.gitgub.io/` which won't point
otherwise it'll set the root to `<username>.github.io/` which won't point
to the correct place.

- `label` is used to assign a "tracking" folder that follows any changes you
Expand Down