From d8babc30b6f4d5951bd27fd3308aa8987943c03c Mon Sep 17 00:00:00 2001 From: Peter Ryan Date: Mon, 11 Sep 2023 20:01:43 +0100 Subject: [PATCH] Fix minor typos in README and CONTRIBUTING --- CONTRIBUTING.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9d1d4b0..3532018 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,7 @@ When implementing a feature please create an issue first explaining your idea an ## :pencil: Before you open a Pull Request -- Follow the same conding style. +- Follow the same coding style. - Run eslint to verify your code, run the following command "eslint src/js" and fix any error you find in your code - **DO NOT** commit changes in the dist directory, this files are created automatically. - Follow Git best practices (especially use meaningful commit messages). diff --git a/README.md b/README.md index c18539e..43ae809 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ GLightbox is a pure javascript lightbox. It can display images, iframes, inline - **Small** - only 11KB Gzipped - **Fast and Responsive** - works with any screen size - **Gallery Support** - Create multiple galleries -- **Response Images Support** - Let the browser use the optimal image for the current screen resolution +- **Responsive Images Support** - Let the browser use the optimal image for the current screen resolution - **Video Support** - Youtube, Vimeo and self hosted videos with autoplay - **Inline content support** - display any inline content - **Iframe support** - need to embed an iframe? no problem @@ -111,7 +111,7 @@ Or manually download and link `glightbox.min.js` in your HTML: -