diff --git a/workflows/examples/create_collection_from_zarr_conus404-daily.ipynb b/workflows/examples/create_collection_from_zarr_conus404-daily.ipynb
index f2e50c3ec2b12f5b965e987e3fe25266d5565b96..897d0c7cd7a6f3cd91807a325cf4c72d3cf2ebe7 100644
--- a/workflows/examples/create_collection_from_zarr_conus404-daily.ipynb
+++ b/workflows/examples/create_collection_from_zarr_conus404-daily.ipynb
@@ -511,9 +511,8 @@
    "metadata": {},
    "outputs": [],
    "source": [
-    "# print ot crs information in dataset\n",
-    "crs_info = ds.crs\n",
-    "print(crs_info)"
+    "# print out crs information in dataset\n",
+    "print(crs)"
    ]
   },
   {
diff --git a/workflows/examples/create_item_from_zarr_conus404-daily.ipynb b/workflows/examples/create_item_from_zarr_conus404-daily.ipynb
index e3cade6c37497b475d594cee3f55513e33b8750c..5bfc54b84764ace0fa0bba906f843dbc437dacc2 100644
--- a/workflows/examples/create_item_from_zarr_conus404-daily.ipynb
+++ b/workflows/examples/create_item_from_zarr_conus404-daily.ipynb
@@ -521,9 +521,8 @@
    "metadata": {},
    "outputs": [],
    "source": [
-    "# print ot crs information in dataset\n",
-    "crs_info = ds.crs\n",
-    "print(crs_info)"
+    "# print out crs information in dataset\n",
+    "print(crs)"
    ]
   },
   {