summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2020-08-03 11:45:10 -0300
committerRoger Gonzalez <roger@rogs.me>2020-08-03 11:45:10 -0300
commite09d9dc4ffc26c6082ef003251efa77d133795f8 (patch)
tree7b2ef5657153617fcee2aa66194c705877235820
parent8b5bf41fbd4227130e8ff8a46f9aa442b5b6359a (diff)
Fixed typo
-rw-r--r--content/posts.org2
-rw-r--r--content/posts/how-i-got-a-residency-appointment-thanks-to-python-and-selenium.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/content/posts.org b/content/posts.org
index e10bcdd..12b6eb8 100644
--- a/content/posts.org
+++ b/content/posts.org
@@ -22,7 +22,7 @@ quarantine they added a new appointment system. Before, there were no
appointments, you just had to get there early and wait for the secretary to
review your files and assign someone to attend you. But now, they had
implemented an appointment system that you could do from the comfort of your own
-home/office. There was just one issue: *there where never appointments available*.
+home/office. There was just one issue: *there were never appointments available*.
That was a little stressful. I was developing a small /tick/ by checking the
site multiple times a day, with no luck. But then, I decided I wanted to do a
diff --git a/content/posts/how-i-got-a-residency-appointment-thanks-to-python-and-selenium.md b/content/posts/how-i-got-a-residency-appointment-thanks-to-python-and-selenium.md
index ce73dba..fe7d46a 100644
--- a/content/posts/how-i-got-a-residency-appointment-thanks-to-python-and-selenium.md
+++ b/content/posts/how-i-got-a-residency-appointment-thanks-to-python-and-selenium.md
@@ -2,7 +2,7 @@
title = "How I got a residency appointment thanks to Python, Selenium and Telegram"
author = ["Roger Gonzalez"]
date = 2020-08-02
-lastmod = 2020-08-02T18:00:39-03:00
+lastmod = 2020-08-03T11:44:38-03:00
tags = ["python", "selenium", "telegram"]
categories = ["programming"]
draft = false
@@ -18,7 +18,7 @@ quarantine they added a new appointment system. Before, there were no
appointments, you just had to get there early and wait for the secretary to
review your files and assign someone to attend you. But now, they had
implemented an appointment system that you could do from the comfort of your own
-home/office. There was just one issue: **there where never appointments available**.
+home/office. There was just one issue: **there were never appointments available**.
That was a little stressful. I was developing a small _tick_ by checking the
site multiple times a day, with no luck. But then, I decided I wanted to do a