Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix docs typo #3883

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/content/guides/upgrading-to-1-0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const oldBullettedList = {

- Ability to add new formats and content, or modify existing ones with [Parchment](https://github.com/quilljs/parchment/).

- Added support for nested list, superscript, subscript, inline code, code block, header, blockquote, text direction, video and forumla support.
- Added support for nested list, superscript, subscript, inline code, code block, header, blockquote, text direction, video and formula support.

- Ability to format with classes instead of inline styles.

Expand Down
6 changes: 3 additions & 3 deletions website/src/pages/playground.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import slug from '../utils/slug';

const pens = [
{ title: 'Autosave', hash: 'RRYBEP' },
{ title: 'Class vs Inline Style', hash: 'jAvpQL' },
{ title: 'Form Submit', hash: 'kXRjQJ' },
{ title: 'Snow Toolbar Tooltips', hash: 'ozYEro' },
{ title: 'Class vs Inline Style', hash: 'jrvpQL' },
{ title: 'Form Submit', hash: 'ZOMjmo' },
{ title: 'Snow Toolbar Tooltips', hash: 'ozYEMo' },
{ title: 'Autogrow Height', hash: 'dOqrVm' },
{ title: 'Custom Fonts', hash: 'gLBYam' },
{ title: 'Quill Playground', hash: 'KzZqZx' },
Expand Down