Skip to content

Commit

Permalink
fix for typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Jun 27, 2018
1 parent 0a1ed94 commit 228109e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api/frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ Pagy::Frontend::I18N.load(file:'path/to/dictionary.yml', language:'it')
**Notice**: the Pagy implementation of I18n is designed to speedup single language apps and does not provide dynamic translation, so the `language` is statically loaded at startup-time and cannot be changed. Use the `i18n` extra if you need dynamic translation.
#### Pagy::Frontend::I18N[:plurals]
#### Pagy::Frontend::I18N[:plural]
This variable controls the internal pluralization. If the `i18n` extra is used it has no effect.
Expand Down
2 changes: 1 addition & 1 deletion lib/locales/plurals.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file adds support for multiple built-in plualiztion types.
# This file adds support for multiple built-in plualization types.
# It defines the pluralization procs and gets eval(ed) at I18N.load time
# frozen_string_literal: true

Expand Down

0 comments on commit 228109e

Please sign in to comment.