From 5ffd098e36f78efceb379c2e008176ace137f153 Mon Sep 17 00:00:00 2001 From: anseki Date: Fri, 25 Aug 2017 16:41:51 +0900 Subject: [PATCH] Typo: Pagenation -> Pagination --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96a0a70..563ed15 100644 --- a/README.md +++ b/README.md @@ -1403,7 +1403,7 @@ The default value of `query` is `'Choose one from list: '`. The minimum length of `items` Array is 1 and maximum length is 35. These elements are displayed as item list. A key to let the user choose an item is assigned to each item automatically in sequence like "1, 2, 3 ... 9, A, B, C ...". A number as an index of the `items` Array that corresponds to a chosen item by the user is returned. -*Note:* Even if the `items` Array has items less than 35, a long Array that forces an user to scroll the list may irritate the user. Remember, the user might be in a console environment that doesn't support scrolling the screen. If you want to use a long (e.g. items more than 10) `items` Array, you should consider a "Pagenation". +*Note:* Even if the `items` Array has items less than 35, a long Array that forces an user to scroll the list may irritate the user. Remember, the user might be in a console environment that doesn't support scrolling the screen. If you want to use a long (e.g. items more than 10) `items` Array, you should consider a "Pagination". For example: