From 9cd73b3d6e12ec9bd3a3fc874954b8aff2572e30 Mon Sep 17 00:00:00 2001 From: Owen Edwards Date: Tue, 20 Nov 2018 14:20:56 -0800 Subject: [PATCH] Fix typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8f94f8d93..fe155dde5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -59,7 +59,7 @@ Guidelines for bug reports: 1. If your issue is with a particular video.js plugin or subproject, please open an issue against that project. See [list of some potential other projects above](#other-repositories-where-issues-could-be-filed) 1. Use the [GitHub issue search](https://github.com/videojs/video.js/issues) — check if the issue has already been reported. 1. Check if the issue has already been fixed — try to reproduce it using the latest `master` branch in the repository. -1. Isolate the problem — **create a [reduced test case](https://css-tricks.com/reduced-test-cases/)** with a live example. You can possibly use [this codepen tempalte](https://codepen.io/gkatsev/pen/GwZegv?editors=1000#0) as a starting point -- don't forget to update it to the videojs version you use. +1. Isolate the problem — **create a [reduced test case](https://css-tricks.com/reduced-test-cases/)** with a live example. You can possibly use [this codepen template](https://codepen.io/gkatsev/pen/GwZegv?editors=1000#0) as a starting point -- don't forget to update it to the videojs version you use. 1. Answer all questions in the [issue template][]. The questions in the issue template are designed to try and provide the maintainers with as much information possible to minimize back-and-forth to get the issue resolved. A good bug report should be as detailed as possible, so that others won't have to follow up for the essential details.