Skip to content

Commit a406011

Browse files
committed
Fix typo
1 parent 9702a99 commit a406011

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
@@ -162,7 +162,7 @@ If you get an error, you will need to install mapshaper. First install node
162162
npm install -g mapshaper
163163
```
164164

165-
Then you can use the `sys` argmument in any rmapshaper function:
165+
Then you can use the `sys` argument in any rmapshaper function:
166166

167167
```{r eval=nzchar(Sys.which("mapshaper"))}
168168
states_simp_internal <- ms_simplify(states_sf)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ and then install mapshaper with:
208208

209209
npm install -g mapshaper
210210

211-
Then you can use the `sys` argmument in any rmapshaper function:
211+
Then you can use the `sys` argument in any rmapshaper function:
212212

213213
``` r
214214
states_simp_internal <- ms_simplify(states_sf)

0 commit comments

Comments
 (0)