Skip to content

Commit fb79a9c

Browse files
committed
Fix typo
1 parent 35ac678 commit fb79a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2022-08-18-use-javascript-to-navigate-through-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The browser API has given us many tools to navigate through a webpage, and if do
1010
In some case though, you might need to enhance some of the navigation experience. Usually, this is a challenge in an application environment, or more specifically, on some elements of the application. And here is when JavaScript comes in handy.
1111

1212
## A Beautiful Table
13-
If you are using Gmail, then you probably have seen that you can navigate between the mail list with your up and down arrow keys. Gmail uses a table, and I have no idea what they are doing under the hood, but let's see what we can accomplish this.
13+
If you are using Gmail, then you probably have seen that you can navigate between the mail list with your up and down arrow keys. Gmail uses a table, and I have no idea what they are doing under the hood, but let's see how we can accomplish this.
1414

1515
We will go through some sections of the code, but keep in mind that we can use this code for various HTML elements.
1616

0 commit comments

Comments
 (0)