Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix some typos
  • Loading branch information
mrjoelkemp authored Aug 11, 2023
1 parent fdf9a70 commit 0f74174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ end
```

This strategy means that different configurations can be defined and it also
means that one `Cldr` implementation won't interfer with implementations in other,
means that one `Cldr` implementation won't interfere with implementations in other,
potentially dependent, applications.

The functions you are mostly likely to use are:
Expand Down Expand Up @@ -123,7 +123,7 @@ The preferred way to configure `Cldr` is to define the configuration in your bac
> #### `use Cldr` {: .info}
>
> When you `use Cldr`, a number of functions are generated
> that encapsulate CLDR data. A moodule that invokes `use Cldr`
> that encapsulate CLDR data. A module that invokes `use Cldr`
> is referred to as a Cldr backend module.
>
> The functions in a Cldr backend module form the primary
Expand Down

0 comments on commit 0f74174

Please sign in to comment.