Commits: 4
Fix typo of the venue for Thursday.
index 39ca6b4..a155ad2 100644
--- a/content/test-run.txt
+++ b/content/test-run.txt
@@ -7,7 +7,7 @@ In collaboration with {Link|Career Services|url=https://students.uu.nl/en/career
= 04 March 2019: /Marinus Ruppert Room 029/ Time *16:00* - *19:00*
= 05 March 2019: /Marinus Ruppert Room 005/ Time *16:00* - *19:00*
= 06 March 2019: /Marinus Ruppert Room 031/ Time *16:00* - *19:00*
- 07 March 2019: /Marinus Langeveld Room G230/ Time *16:00* - *19:00*
+ 07 March 2019: /Martinus J Langeveld Room G230/ Time *16:00* - *19:00*
= 08 March 2019: /Marinus Ruppert Room 121/ Time *16:00* - *19:00*
=
=The workshop slots are almost filled. If you can't register and would like to attend in the future please, reach out to us. We will try to arrange another workshop with Utrecht University.Merge branch 'venue-thursday' into 'master'
Fix typo of the venue for Thursday.
See merge request software-garden/software-garden.gitlab.io!39
Fix some mistakes on day 3
index 661c9b8..26c4ff9 100644
--- a/content/day-3.txt
+++ b/content/day-3.txt
@@ -953,8 +953,8 @@ Armed with our functional superpowers, let's make another function that draws a
= [ Svg.Attributes.strokeWidth "1"
= , Svg.Attributes.x1 "0"
= , Svg.Attributes.y1 "0"
- , Svg.Attributes.x1 "80"
- , Svg.Attributes.y1 "0"
+ , Svg.Attributes.x2 "80"
+ , Svg.Attributes.y2 "0"
= , Svg.Attributes.stroke color
= , Svg.Attributes.transform
= (String.concat
@@ -1063,7 +1063,7 @@ Once you have the function defined, let's use it. For every dot, create one line
= ]
= []
=
-You should see something like this in on Ellie:
+You should see something like this on Ellie:
=
=| Window
= | ShapesMerge branch 'fix-content-day-3' into 'master'
Fix some mistakes on day 3
See merge request software-garden/software-garden.gitlab.io!40