From c0b9c0d1465b40971a79c823fed82c7d35f566b7 Mon Sep 17 00:00:00 2001
From: Nan Xiao <nan@chinadtrace.org>
Date: Mon, 15 Mar 2021 23:54:39 +0800
Subject: [PATCH] QUIC: Fix typo in README.md (#19)

Can be squashed with `QUIC: Swap around README files`
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ef46c4b393a6c..26defbc8cbf2a 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ How are you keeping current with OpenSSL?
 -----------------------------------------
 (In other words, "What about rebasing?")
 
-Our plan it to always rebase on top of an upstream release tag. In particular:
+Our plan is to always rebase on top of an upstream release tag. In particular:
 - The changes for QUIC will always be at the tip of the branch -- you will know what
 is from the original OpenSSL and what is for QUIC.
 - New versions are quickly created once upstream creates a new tag.