Skip to content

Commit

Permalink
Small documentation fixes (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
josepabellana committed Jun 27, 2024
1 parent dbd2574 commit df09f73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ Contributions to Latitude are welcome and highly appreciated.

If you are interested in contributing, please join us on our [Slack
community](https://trylatitude.slack.com/join/shared_invite/zt-17dyj4elt-rwM~h2OorAA3NtgmibhnLA#/shared-invite/email),
open an [issue](https://github.com/evidence-dev/evidence/issues/new), or
open an [issue](https://github.com/latitude-dev/latitude/issues/new), or
contribute a pull request.

## 🔗 Links
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/deploy/nodejs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ deploying to bare metal servers or other non-containerized environments.

## Build

To build the NodeJS production version of Latitude projet app, run the following command:
To build the NodeJS production version of Latitude project app, run the following command:

```bash
latitude build
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/examples/basic-example.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Open the `index.html` file in your text editor and replace the content with the
</Row>
<Row>
<LineChart
query="sample-agg"
query="sample_agg"
x="release_year"
y="total_titles"
/>
Expand Down

0 comments on commit df09f73

Please sign in to comment.