Skip to content

Commit

Permalink
Merge pull request jaegertracing#363 from jaegertracing/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
Signed-off-by: vvvprabhakar <[email protected]>
  • Loading branch information
yurishkuro authored Apr 1, 2019
2 parents 3793f0d + 44bbea9 commit 171cbb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function FileLoader(props: FileLoaderProps) {
<Icon type="file-add" />
</p>
<p className="ant-upload-text">Click or drag files to this area.</p>
<p className="ant-upload-hint">Support JSON files containig one or more traces.</p>
<p className="ant-upload-hint">JSON files containing one or more traces are supported.</p>
</Dragger>
);
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ exports[`<FileLoader /> matches the snapshot 1`] = `
<p
className="ant-upload-hint"
>
Support JSON files containig one or more traces.
JSON files containing one or more traces are supported.
</p>
</Dragger>
`;

0 comments on commit 171cbb0

Please sign in to comment.