Skip to content

Commit

Permalink
Fix typo (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
olimart committed Dec 22, 2023
1 parent f220669 commit 3110602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started.md
Expand Up @@ -41,7 +41,7 @@ table = Yuriita::Table.new(param_key: :q, params: { q: "" })
table.filtered? #=> false
```

You may use this `.fitlered?` method to conditionally render a link to reload
You may use this `.filtered?` method to conditionally render a link to reload
the page without any query parameters.

```erb
Expand Down

0 comments on commit 3110602

Please sign in to comment.