Skip to content

Commit

Permalink
Fix API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjansen committed Mar 20, 2018
1 parent 763a4d5 commit 78e92fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Button/ZoomOutButton/ZoomOutButton.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
} from '../../index';

/**
* Class representating a zoom in button.
* Class representing a zoom out button.
*
* @class The ZoomOutButton
* @extends React.Component
Expand Down
2 changes: 1 addition & 1 deletion webpack.examples.common.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const config = {
'Button/MeasureButton/MeasureButton': './src/Button/MeasureButton/MeasureButton.example.jsx',
'Button/DigitizeButton/DigitizeButton': './src/Button/DigitizeButton/DigitizeButton.example.jsx',
'Button/UploadButton/UploadButton': './src/Button/UploadButton/UploadButton.example.jsx',
'Button/ZoomOutButton/ZoomInButton': './src/Button/ZoomInButton/ZoomInButton.example.jsx',
'Button/ZoomInButton/ZoomInButton': './src/Button/ZoomInButton/ZoomInButton.example.jsx',
'Button/ZoomOutButton/ZoomOutButton': './src/Button/ZoomOutButton/ZoomOutButton.example.jsx',
'CircleMenu/CircleMenu': './src/CircleMenu/CircleMenu.example.jsx',
'Field/CoordinateReferenceSystemCombo/CoordinateReferenceSystemCombo': './src/Field/CoordinateReferenceSystemCombo/CoordinateReferenceSystemCombo.example.jsx',
Expand Down

0 comments on commit 78e92fb

Please sign in to comment.