From 34bfe6feced7d0a133bc59852de921679038e4bf Mon Sep 17 00:00:00 2001 From: Thomas Allmer Date: Wed, 12 Feb 2020 19:43:00 +0100 Subject: [PATCH] chore: for -> of in the announcement blog title --- demo/stories/10-announcement.stories.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/stories/10-announcement.stories.mdx b/demo/stories/10-announcement.stories.mdx index abc81b9d9..2ffb370ba 100644 --- a/demo/stories/10-announcement.stories.mdx +++ b/demo/stories/10-announcement.stories.mdx @@ -2,7 +2,7 @@ import { Story, Meta, html, Preview } from '@open-wc/demoing-storybook'; -# ING open sources Lion: A library for performant, accessible & flexible Web Components +# ING open sources Lion: A library of performant, accessible & flexible Web Components **TL;DR:** Web development can be hard, whether you're making your own components, implementing Design Systems, support many different browsers, incorporating accessibility, or adding third party dependencies. Lion aims to make your life a little bit easier, by taking the groundwork of feature complete, accessible, performant, and framework agnostic components out of your hands! Check out the repo at [ing-bank/lion](https://github.com/ing-bank/lion).