From 3b8570401bb6e007c1a34ca384f58d45af145eb7 Mon Sep 17 00:00:00 2001 From: Shay Carter Date: Fri, 19 Aug 2022 11:31:09 -0700 Subject: [PATCH] Small spelling/grammar changes - updated text in markdown sections --- examples/notebooks/Model_Sounding_Data.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/notebooks/Model_Sounding_Data.ipynb b/examples/notebooks/Model_Sounding_Data.ipynb index f10d61c..2f15b47 100644 --- a/examples/notebooks/Model_Sounding_Data.ipynb +++ b/examples/notebooks/Model_Sounding_Data.ipynb @@ -82,7 +82,7 @@ "source": [ "## EDEX Connection\n", "\n", - "First we establish a connection to Unidata's public EDEX server. With that connection made, we can create a [new data request object](http://unidata.github.io/python-awips/api/IDataRequest.html) and set the data type to ***modelsounding***, and define additional parameters and an identifer on the request." + "First we establish a connection to Unidata's public EDEX server. With that connection made, we can create a [new data request object](http://unidata.github.io/python-awips/api/IDataRequest.html) and set the data type to ***modelsounding***, and define additional parameters and an identifier on the request." ] }, { @@ -120,7 +120,7 @@ "metadata": {}, "source": [ "### Available Location Names\n", - "When working with a new data type, it is often useful to investigate all available options for a particular setting. Shown below is how to see all available location names for a data request with type `modelsounding` and `reportType` identifier of `GFS`. This step is not necessary if you already know exactly what the location name(s) you're interested is." + "When working with a new data type, it is often useful to investigate all available options for a particular setting. Shown below is how to see all available location names for a data request with type `modelsounding` and `reportType` identifier of `GFS`. This step is not necessary if you already know exactly what the location name(s) you're interested in is." ] }, {