From 3d5128a4fe6dcab7d6883fc31a0f3bf7c63f847d Mon Sep 17 00:00:00 2001 From: Nan Xiao Date: Tue, 16 Mar 2021 08:45:25 +0800 Subject: [PATCH] Fix typo in README.md --- 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.