Skip to content

Commit 6e5c735

Browse files
authored
Fix grammar in examples README md (#123)
1 parent 8ed9114 commit 6e5c735

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313

1414
- [Earthdata Cloud Cookbook](https://nasa-openscapes.github.io/earthdata-cloud-cookbook/) ([source](https://github.com/NASA-Openscapes/earthdata-cloud-cookbook), [workflow file](https://github.com/NASA-Openscapes/earthdata-cloud-cookbook/blob/main/.github/workflows/quarto-publish.yml)) This book contains `.md` and `.ipynb` files, and is built with Quarto and Python in GHA, and deployed to Github Pages.
1515

16-
- [R Manuals Quarto website](https://rstudio.github.io/r-manuals/) ([source](https://github.com/rstudio/r-manuals), [workflow file](https://github.com/rstudio/r-manuals/blob/main/.github/workflows/build-website.yaml)) This projects uses a workflow to build several books with R and Quarto and organizes them in a website deployed to Github pages.
16+
- [R Manuals Quarto website](https://rstudio.github.io/r-manuals/) ([source](https://github.com/rstudio/r-manuals), [workflow file](https://github.com/rstudio/r-manuals/blob/main/.github/workflows/build-website.yaml)) This project uses a workflow to build several books with R and Quarto and organizes them in a website deployed to Github pages.
1717

1818
- [Pathology Atlas](https://www.patolojiatlasi.com/EN) ([source](https://github.com/patolojiatlasi/patolojiatlasi.github.io), [workflow file](https://github.com/patolojiatlasi/patolojiatlasi.github.io/blob/main/.github/workflows/Quarto-Render-Bilingual-Book-Push-Other-Repos-GitLab.yml)) This multilingual website is rendered in two versions and deployed using Github Actions.
1919

2020
## FAQ
2121

2222
* My project uses git lfs storage; how should I adapt the action?
2323

24-
If your project uses git lfs storage, you must opt-in to git lfs during `checkout` step.
24+
If your project uses git lfs storage, you must opt-in to git lfs during the `checkout` step.
2525

2626
```yaml
2727
- name: Check out repository
@@ -30,4 +30,4 @@
3030
lfs: true # needed when using lfs for image storage
3131
```
3232
33-
See the [checkout action documentation](https://github.com/actions/checkout) for details.
33+
See the [checkout action documentation](https://github.com/actions/checkout) for details.

0 commit comments

Comments
 (0)