Skip to content

Commit

Permalink
Replace ï with i in English documents (#2898)
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuyafujisaki authored Sep 13, 2023
1 parent 8164f2c commit 7203e62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions website/docs/providers/provider.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ of a paginated view:

![stepper example](https://user-images.githubusercontent.com/134939/47580830-31263a00-d950-11e8-9b61-0eaddab2709e.png)

In our case, we will focus specifically on the "previous" button.
A naïve implementation of such button would be a widget which obtains the
In our case, we will focus specifically on the "previous" button.
A naive implementation of such button would be a widget which obtains the
current page index, and if that index is equal to 0, we would disable the button.

This code could be:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ of a paginated view:

![stepper example](https://user-images.githubusercontent.com/134939/47580830-31263a00-d950-11e8-9b61-0eaddab2709e.png)

In our case, we will focus specifically on the "previous" button.
A naïve implementation of such button would be a widget which obtains the
In our case, we will focus specifically on the "previous" button.
A naive implementation of such button would be a widget which obtains the
current page index, and if that index is equal to 0, we would disable the button.

This code could be:
Expand Down

0 comments on commit 7203e62

Please sign in to comment.