File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ func TestExpectedMetadataWithActual(
2727) {
2828 var cfg config.Config
2929 if err := config .Parse (configPath , & cfg ); err != nil {
30- t .Fatalf ("Error with reading configuratoin file: %s" , err )
30+ t .Fatalf ("Error with reading configuration file: %s" , err )
3131 }
3232
3333 api := New (cfg .Hasura .URL , cfg .Hasura .Secret )
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ var errorsDescrs = `{
7979 },
8080 "WrongReconstructMode": {
8181 "title": "Wrong reconstruct mode",
82- "descr": "Reconstruction of contexts while importing is comptible with full mode snapshots only"
82+ "descr": "Reconstruction of contexts while importing is compatible with full mode snapshots only"
8383 },
8484 "WrongSnapshotExport": {
8585 "title": "Wrong snapshot export",
You can’t perform that action at this time.
0 commit comments