Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRegular committed Jun 5, 2024
1 parent a25100c commit f55d6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/rmarkdown/templates/SCR/skeleton/01_body.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Describe methods.

Add results (figures, tables, etc.). For example, see Figure \@ref(fig:ssr) below:

```{r ssr, fig.cap = "Relationshib between SSB and recruitment."}
```{r ssr, fig.cap = "Relationship between SSB and recruitment."}
d <- data.frame(SSB = rlnorm(20), Recruitment = rlnorm(20))
ggplot(d) +
geom_point(aes(x = SSB, y = Recruitment))
Expand Down

0 comments on commit f55d6d1

Please sign in to comment.