Skip to content

Commit bc9049e

Browse files
committed
fix linting
1 parent fd273c9 commit bc9049e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.local.dic

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,3 +252,4 @@ websocket
252252
working-with-html-css-and-javascript
253253
yay
254254
ZEIT
255+
userQuestion

guides/release/components/built-in-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export default class Example extends Component {
8787

8888
3. You can use the `aria-label` attribute to label the input with a string that is visually hidden but still available to assistive technology.
8989

90-
```gjs
90+
```gjs
9191
import Component from "@glimmer/component";
9292
import { Input } from '@ember/component';
9393
import { tracked } from '@glimmer/tracking';

0 commit comments

Comments
 (0)