Skip to content

Commit 1ac8edb

Browse files
remove typo in command line GRASS_terrain.qmd
1 parent 0bad0e4 commit 1ac8edb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/tutorials/terrain_and_DEMs/GRASS_terrain.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ We will start by creating a new color-shaded relief map using [r.shade](https://
277277
#### Command line
278278

279279
```{bash}
280-
r.shade shade=relief color=elevation output=topography_colored_relief brighten=40]
280+
r.shade shade=relief color=elevation output=topography_colored_relief brighten=40
281281
```
282282

283283
#### Python

0 commit comments

Comments
 (0)