From 98514d17baf5933bad471832c03c91d59efb953b Mon Sep 17 00:00:00 2001 From: Michael Vasseur <14887731+vmcj@users.noreply.github.com> Date: Thu, 26 May 2022 22:49:33 +0200 Subject: [PATCH] grammar fixes Co-authored-by: Jaap Eldering --- Contest_Archive_Format.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Contest_Archive_Format.md b/Contest_Archive_Format.md index d51e1154..511f59dd 100644 --- a/Contest_Archive_Format.md +++ b/Contest_Archive_Format.md @@ -53,9 +53,9 @@ Some of these API endpoints are often written by humans in an archive. For this reason, those files can also be written in YAML instead of JSON. This holds for the following files: -- `contest.json`, which them becomes `contest.yaml`. -- `problems.json`, which them becomes `problems.yaml`. -- `accounts.json`, which them becomes `accounts.yaml`. +- `contest.json`, which then becomes `contest.yaml`. +- `problems.json`, which then becomes `problems.yaml`. +- `accounts.json`, which then becomes `accounts.yaml`. The section [Example YAML files](#example-yaml-files) list example YAML files.