Skip to content

Commit

Permalink
Fix minor typos in markdown cells
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Swierczewski committed Nov 27, 2017
1 parent 045a68b commit e78cc9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
"job_name = job_name_prefix + timestamp\n",
"\n",
"\n",
"# set up the parameters for the SageMaker create_raining_job call. This includes\n",
"# set up the parameters for the SageMaker create_training_job call. This includes\n",
"# things like\n",
"# * which algorithm image to use\n",
"# * algorithm hyperparameters\n",
Expand Down Expand Up @@ -519,7 +519,7 @@
"source": [
"## Create Endpoint\n",
"\n",
"Finally, we use the endpoint configuration to create a SageMaker LDA hosting enpoint."
"Finally, we use the endpoint configuration to create a SageMaker LDA hosting endpoint."
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@
"job_name = job_name_prefix + timestamp\n",
"\n",
"\n",
"# set up the parameters for the SageMaker create_raining_job call. This includes\n",
"# set up the parameters for the SageMaker create_training_job call. This includes\n",
"# things like\n",
"# * which algorithm image to use\n",
"# * algorithm hyperparameters\n",
Expand Down Expand Up @@ -824,7 +824,7 @@
"source": [
"## Create Endpoint\n",
"\n",
"Finally, we use the endpoint configuration to create a SageMaker LDA hosting enpoint."
"Finally, we use the endpoint configuration to create a SageMaker LDA hosting endpoint."
]
},
{
Expand Down

0 comments on commit e78cc9d

Please sign in to comment.