Skip to content

Commit ebf6fe0

Browse files
authored
fix: ✏️ use single quotes within fig alt text (#317)
1 parent 22d6ee8 commit ebf6fe0

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

pre-workshop/git-and-github.qmd

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ example image below.
3232

3333
![File naming in a commonly used informal "version
3434
control".](/images/informal-version-control.jpg){#fig-informal-version-control
35-
fig-alt="A screenshot of a file explorer showing multiple versions of
36-
different files with names like "draft.txt", "draft1.txt", and
37-
"draft_final.txt"."}
35+
fig-alt="A screenshot of a file explorer showing multiple versions of different
36+
files with names like 'draft.txt' , 'draft1.txt' , and 'draft_final.txt'."}
3837

3938
Does the above image look familiar? While it may exaggerate what some
4039
people's "versioning" looks like, it is the most common approach people

0 commit comments

Comments
 (0)