Skip to content

Commit

Permalink
docs: fix typos in UPGRADING.md (#472)
Browse files Browse the repository at this point in the history
updating typo from dialogvlow_v2 to dialogflow_v2
  • Loading branch information
reichenbch authored Feb 9, 2022
1 parent 0eb6019 commit 74a8b7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-dialogflow/UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@ The `types` submodule is still present in the versioned module.
E.g.

```py
from google.cloud import dialogvlow_v2
from google.cloud import dialogflow_v2

query_params = dialogvlow_v2.types.QueryParameters(time_zone="Europe/Paris")
query_params = dialogflow_v2.types.QueryParameters(time_zone="Europe/Paris")
```


Expand Down

0 comments on commit 74a8b7d

Please sign in to comment.