Skip to content

Commit b5d0f30

Browse files
authored
Merge pull request #16 from betocantu93/patch-1
typo owner => scope in the example
2 parents 96185b2 + ddd497e commit b5d0f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ember-polaris-service/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1218,7 +1218,7 @@ import OpenStreetMapMappingService from './osm';
12181218

12191219
export default factory((scope: Scope): MappingService => {
12201220
// ...or based on URL, query params, global variables, etc
1221-
if (lookup(owner, ConfigService).useOSM) {
1221+
if (lookup(scope, ConfigService).useOSM) {
12221222
return new OpenStreetMapMappingService(scope);
12231223
} else {
12241224
return new GoogleMappingService(scope);

0 commit comments

Comments
 (0)