diff --git a/src/auto_archiver/modules/gsheet_feeder_db/__manifest__.py b/src/auto_archiver/modules/gsheet_feeder_db/__manifest__.py index e443b9d..f5aec93 100644 --- a/src/auto_archiver/modules/gsheet_feeder_db/__manifest__.py +++ b/src/auto_archiver/modules/gsheet_feeder_db/__manifest__.py @@ -75,6 +75,6 @@ or use the script `bash scripts/generate_google_service_account.sh`. 2. Create a Google sheet with the required column(s) and then define the `sheet` or `sheet_id` configuration to specify this sheet. 3. Customize the column names in your Google sheet using the `columns` configuration. - 4. The Google Sheet can be used soley as a feeder or as a feeder and database, but note you can't currently feed into the database from an alternate feeder. + 4. The Google Sheet can be used solely as a feeder or as a feeder and database, but note you can't currently feed into the database from an alternate feeder. """, }