From 01ed2613b9bfd38c9b2a86cfaada96658f6d6906 Mon Sep 17 00:00:00 2001 From: ur5us Date: Thu, 27 Oct 2022 15:36:46 +1300 Subject: [PATCH] Fix typo in server example docs --- guides/example-server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/example-server/README.md b/guides/example-server/README.md index c94751f..2c8a3af 100644 --- a/guides/example-server/README.md +++ b/guides/example-server/README.md @@ -1,3 +1,3 @@ # Example Server -This guide demonstrates now to use {ruby Localhost::Authority} to implement a simple HTTPS client & server. +This guide demonstrates how to use {ruby Localhost::Authority} to implement a simple HTTPS client & server.