From 219085fe9c59aecf6941e95335a5735fb0c92055 Mon Sep 17 00:00:00 2001 From: Isabelle Viktoria Maciohsek Date: Thu, 7 Jan 2021 23:46:42 +0200 Subject: [PATCH] Fix typos --- blog_posts/copy-text-to-clipboard-with-javascript.md | 2 +- blog_posts/css-centering.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blog_posts/copy-text-to-clipboard-with-javascript.md b/blog_posts/copy-text-to-clipboard-with-javascript.md index 7bb20d2ad..e3551bbe8 100644 --- a/blog_posts/copy-text-to-clipboard-with-javascript.md +++ b/blog_posts/copy-text-to-clipboard-with-javascript.md @@ -9,7 +9,7 @@ excerpt: Learn how to programmatically copy text to clipboard with a few lines o ### Core functionality -A very common need when building websites is the ability to copy text to clipboard with a single button click. Javascript can easily do this in five short steps:hout the user selecting it or hitting the appropriate key combination on their keyboard. Javascript can easily do this in five short steps: +A very common need when building websites is the ability to copy text to clipboard with a single button click. Javascript can easily do this in five short steps: 1. Create a`