Skip to content

Commit a0ea262

Browse files
committed
fix 24
1 parent f943ae9 commit a0ea262

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/06-data-visualization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ Additionally, you can remove the grid:
564564
ggplot(data = variants, aes(x = POS, y = QUAL, color = sample_id)) +
565565
geom_point() +
566566
labs(x = "Base Pair Position",
567-
y = "PHRED-sacled Quality (QUAL)") +
567+
y = "PHRED-scaled Quality (QUAL)") +
568568
facet_grid(sample_id ~ .)
569569
```
570570

0 commit comments

Comments
 (0)