Skip to content

Commit

Permalink
Fix reference to GeoLocationExample
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeStanton committed Mar 10, 2015
1 parent cb9b1f7 commit a7e977c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Examples/UIExplorer/GeoLocationExample.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Copyright 2004-present Facebook. All Rights Reserved.
*
* @providesModule GeolocationExample
* @providesModule GeoLocationExample
*/
/* eslint no-console: 0 */
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion Examples/UIExplorer/UIExplorerList.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var EXAMPLES = [
require('./ActivityIndicatorExample'),
require('./ScrollViewExample'),
require('./DatePickerExample'),
require('./GeolocationExample'),
require('./GeoLocationExample'),
require('./TabBarExample'),
require('./SwitchExample'),
require('./SliderExample'),
Expand Down

0 comments on commit a7e977c

Please sign in to comment.