From 9444b8bb63df2a590bff53ff4f05506a072384bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Fri, 26 Feb 2021 22:44:01 +0100 Subject: [PATCH] grammar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c2c0a9..5e4ad84 100644 --- a/README.md +++ b/README.md @@ -169,7 +169,7 @@ export default (foo: string, bar: number) => { # Real-world example -Here's a practical example that uses constructors, `init()`, refs, events, and includes dependencies in the right way. +Here's a practical example that uses constructors, `init()`, refs, events, and includes dependencies the right way. This example uses the Alpine component that we use for search on the [Lean documentation site](https://lean-admin.dev).