1
0
mirror of https://github.com/flarum/core.git synced 2025-07-14 13:26:23 +02:00

Fix 'polyfills' incorrect spelling, add LICENSE text for startsWith polyfill

This commit is contained in:
David Sevilla Martin
2019-08-03 09:14:06 -04:00
parent f4e250f514
commit eb561e6343
3 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@ import { extend } from 'flarum/extend';
import TextEditor from 'flarum/components/TextEditor';
import MarkdownArea from 'mdarea';
import './pollyfills';
import './polyfills';
import MarkdownToolbar from './components/MarkdownToolbar';
import MarkdownButton from './components/MarkdownButton';