Skip to content

Commit

Permalink
Update importers.md typos
Browse files Browse the repository at this point in the history
  • Loading branch information
fershad authored and mrchrisadams committed Feb 26, 2024
1 parent b1c753b commit db0477a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/importers.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def process(self, list_of_addresses):

```

In this example, the `process` method on thea CloudImporter object will:
In this example, the `process` method on the CloudImporter object will:

1. Determine the provider to update
2. Deactivate any existing networks associated with the provider (to account for IP addresses being returned to registrars like RIPE)
Expand All @@ -93,7 +93,7 @@ assert isinstance(MicrosoftImporter(), ImporterProtocol)

### Running the import from the command line

The most commmon way to run an import from a large provider is on a recurring cronjob, from a django management command.
The most common way to run an import from a large provider is on a recurring cronjob, from a django management command.

An simplified management command looks like the example below.

Expand Down

0 comments on commit db0477a

Please sign in to comment.