Skip to content

Commit d4feece

Browse files
author
Jelle Dijkstra
committed
Fixed typo
1 parent 58a8cb6 commit d4feece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v3/wfs_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ type WFSService struct {
149149
func (s WFSService) KeywordsIncludingInspireKeyword() []string {
150150
keywords := s.Keywords
151151
if s.Inspire != nil && !slices.Contains(keywords, "infoFeatureAccessService") {
152-
keywords = append(keywords, "infoMapAccessService")
152+
keywords = append(keywords, "infoFeatureAccessService")
153153
}
154154

155155
return keywords

0 commit comments

Comments
 (0)