Skip to content

Commit a03b943

Browse files
README typos tar_tera_tiles>tar_terra_tiles
1 parent b974bcd commit a03b943

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ We currently provide support for the `terra` package with `targets`. Below we sh
7575
- `tar_terra_vect()`
7676
- `tar_terra_sprc()`
7777
- `tar_terra_sds()`
78-
- `tar_tera_tiles()`
78+
- `tar_terra_tiles()`
7979
- `tar_stars()`
8080

8181
You would use these in place of `tar_target()` in your targets pipeline, e.g., when you are doing work with `terra` raster, vector, or raster collection data.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Below we show three examples of target factories:
8181
- `tar_terra_vect()`
8282
- `tar_terra_sprc()`
8383
- `tar_terra_sds()`
84-
- `tar_tera_tiles()`
84+
- `tar_terra_tiles()`
8585
- `tar_stars()`
8686

8787
You would use these in place of `tar_target()` in your targets pipeline,

0 commit comments

Comments
 (0)