ember.js icon indicating copy to clipboard operation
ember.js copied to clipboard

[Documentation] Typos in `@cached` docs

Open geneukum opened this issue 2 years ago • 1 comments

📙 Describe the Issue

There are a couple of minor typos in the @cached documentation. The word mechanism is spelled as mecanism and the word trade-off is spelled as tradoff.

🔬 Minimal Reproduction

(https://api.emberjs.com/ember/4.6/functions/@glimmer%2Ftracking/cached)

😕 Actual Behavior

A couple of typos appear in the rendered out API docs for the @cached decorator.

🤔 Expected Behavior

No typos in the rendered out API docs for the @cached decorator.

geneukum avatar Aug 19 '22 11:08 geneukum

This should be fixed by: https://github.com/emberjs/ember.js/pull/20146

geneukum avatar Aug 22 '22 12:08 geneukum