Skip to content

Commit

Permalink
fix for field of loc deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
locks committed Oct 27, 2020
1 parent bc17727 commit ee7385d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@ember/string/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export function loc(str: string, formats: any[]): string {
{
id: 'ember-string.loc',
until: '4.0.0',
for: '@ember/string',
for: 'ember-source',
url: 'https://deprecations.emberjs.com/v3.x#toc_ember-string-loc',
since: {
available: '3.24',
Expand Down

0 comments on commit ee7385d

Please sign in to comment.