emberjs / guides

This repository is DEPRECATED!
https://github.com/ember-learn/guides-source
Other
283 stars 873 forks source link

Replace Ember.Enumerable to MutableArray #2287

Closed maxvoltage closed 6 years ago

maxvoltage commented 6 years ago

All occurrences updated to the MutableArray page link

jenweber commented 6 years ago

@maxvoltage thanks so much for catching this and submitting a PR. Can you replace the hard coded 3.0 in the urls with release instead? That way it always goes to the most up to date docs. Also if you wrap the MutableArray link in backticks, it should fix the test suite failure for "spelling". Like this:

[`MutableArray`](url)
maxvoltage commented 6 years ago

Hi @jenweber codes updated

jenweber commented 6 years ago

Awesome, thank you! Congrats on your first PR to the Guides :D

Merged.