From 137c45cb1176086c4997f3f04a2373346f73f171 Mon Sep 17 00:00:00 2001 From: Andy Barrett Date: Mon, 4 Nov 2024 11:24:08 -0700 Subject: [PATCH] Update docs/user_guide/authenticate.md fix typo - extra "a" Co-authored-by: Matt Fisher <3608264+mfisher87@users.noreply.github.com> --- docs/user_guide/authenticate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user_guide/authenticate.md b/docs/user_guide/authenticate.md index 308ea3c9..6a946f5f 100644 --- a/docs/user_guide/authenticate.md +++ b/docs/user_guide/authenticate.md @@ -2,7 +2,7 @@ You can use `earthaccess` to search for datasets and data without needing to login. However, to access (download or stream) NASA Earth science data, whether from one of the NASA Distributed Active Archive Centers (DAACs) or from NASA Earthdata Cloud, you need -an Earthdata Login. You can register for a a free Earthdata Login (EDL) account [here](https://urs.earthdata.nasa.gov/). +an Earthdata Login account. You can register for a free Earthdata Login (EDL) account [here](https://urs.earthdata.nasa.gov/). Once you have an Earthdata Login, the `earthaccess.login` method manages Earthdata Login, and cloud credentials when you are working with cloud-hosted data.