Skip to content

Commit

Permalink
Merge pull request #7 from aws-samples/typos
Browse files Browse the repository at this point in the history
Fix Typos
  • Loading branch information
matteofigus authored Dec 4, 2019
2 parents c03df1a + 2432f4c commit 938b542
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/cfn/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Globals:
CREATE_CLOUDFRONT_DISTRIBUTION: !Ref CreateCloudFrontDistribution
REGION: !Ref AWS::Region
TO_BUCKET: !Ref WebUIBucket
VERSION: "0.14"
VERSION: "0.15"

Parameters:
AdminEmail:
Expand Down
4 changes: 2 additions & 2 deletions src/web-ui/src/components/ProjectActions.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ export default ({ gateway, onError, project, refreshProjects }) => {
<Form.Label>
Plase specify the minimum number of inference units to use.
A single inference unit represents 1 hour of processing and
can support up to 5 Trans- action Pers Second (TPS). Use a
can support up to 5 Transactions Per Second (TPS). Use a
higher number to increase the TPS throughput of your model.
You are charged for the number of infer- ence units that you
You are charged for the number of inference units that you
use.
</Form.Label>
<Form.Control
Expand Down

0 comments on commit 938b542

Please sign in to comment.