Skip to content

Commit eca8a51

Browse files
authored
Update backends.md (#148)
1 parent 37329de commit eca8a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced/backends/backends.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import xarray as xr
99
xr.open_dataset("my_file.grib" , engine="cfgrib")
1010
```
1111

12-
For each available egine there is an underlying backend, that reads the data and pack them in a dataset.
12+
For each available engine there is an underlying backend, that reads the data and pack them in a dataset.
1313

1414
Xarray bundles several backends internally for the following formats:
1515

0 commit comments

Comments
 (0)