From 06b75022eed1e8bbed13a85cc8aeb18199040392 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Thu, 25 Apr 2024 11:18:13 -0700 Subject: =?UTF-8?q?=F0=9F=94=80=20Fix=20grammar=20in=20API=20reference.=20?= =?UTF-8?q?(#114)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lustre.gleam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/lustre.gleam b/src/lustre.gleam index e74a55a..b3180a1 100644 --- a/src/lustre.gleam +++ b/src/lustre.gleam @@ -368,8 +368,8 @@ pub fn component( /// /// The second argument is a [CSS selector](https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelector) /// used to locate the DOM element where the application will be mounted on to. -/// The most common selectors are `"#app"` to target an element an id of `app` or -/// `[data-lustre-app]` to target an element with a `data-lustre-app` attribute. +/// The most common selectors are `"#app"` to target an element with an id of `app` +/// or `[data-lustre-app]` to target an element with a `data-lustre-app` attribute. /// /// The third argument is the starting data for the application. This is passed /// to the application's `init` function. -- cgit v1.2.3