Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jomaway committed Jan 31, 2024
1 parent c9f44a3 commit 0cc4c5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/preview/linguify/0.1.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Load strings for different languages easily. This can be useful if you create a
#show: linguify_config.with(data: lang_data, lang: "en");
#linguify(abstract) // Shows Abstract in the document.
#linguify("abstract") // Shows Abstract in the document.
```

The `lang.toml` musst look like this:
The `lang.toml` must look like this:

```toml
default-lang = "en"
Expand Down

0 comments on commit 0cc4c5b

Please sign in to comment.