Skip to content

Commit 91323be

Browse files
Further clarify internationalization example copy
Co-authored-by: Jonathan Hefner <[email protected]>
1 parent debb597 commit 91323be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/i18n.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ end
372372

373373
### Abstracting Localized Code
374374

375-
There are two strings in our code that are in English that will be rendered in our response ("Hello Flash" and "Hello World"). In order to internationalize this code, these strings need to be replaced by calls to Rails' `#t` helper with an appropriate key for each string:
375+
In our code, there are two strings written in English that will be rendered in our response ("Hello Flash" and "Hello World"). To internationalize this code, these strings need to be replaced by calls to Rails' `#t` helper with an appropriate key for each string:
376376

377377
```ruby
378378
# app/controllers/home_controller.rb

0 commit comments

Comments
 (0)