Skip to content

Commit

Permalink
Merge pull request #16 from betocantu93/patch-1
Browse files Browse the repository at this point in the history
typo owner => scope in the example
  • Loading branch information
chancancode authored Nov 29, 2023
2 parents 96185b2 + ddd497e commit b5d0f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ember-polaris-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1218,7 +1218,7 @@ import OpenStreetMapMappingService from './osm';

export default factory((scope: Scope): MappingService => {
// ...or based on URL, query params, global variables, etc
if (lookup(owner, ConfigService).useOSM) {
if (lookup(scope, ConfigService).useOSM) {
return new OpenStreetMapMappingService(scope);
} else {
return new GoogleMappingService(scope);
Expand Down

0 comments on commit b5d0f30

Please sign in to comment.