Skip to content

Commit

Permalink
Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
bearfriend committed Aug 23, 2024
1 parent 3ad7e74 commit 8d56beb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,7 @@ The `localize()` method is used to localize a message.
If the message contains arguments, provide replacement values in the second parameter:

```javascript
const message = localizer.localize('hello', { firstName: 'Mary' });
}
const helloText = localizer.localize('hello', { firstName: 'Mary' });
```

### `localizeHTML()`
Expand Down

0 comments on commit 8d56beb

Please sign in to comment.