Skip to content

Commit

Permalink
Update README.md (#178)
Browse files Browse the repository at this point in the history
Corrected signal spelling mistake
  • Loading branch information
rayanulhassan committed Feb 12, 2024
1 parent 2d77fa4 commit fba4e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ export class AppComponent {
}
```

You can also store options in `singla` and bind them via the `options()` signal call:
You can also store options in `signal` and bind them via the `options()` signal call:

```ts
@Component({
Expand Down

0 comments on commit fba4e53

Please sign in to comment.