Apache servedFiles: fixed a typo in example

+1 -1
+1 -1
nixos/modules/services/web-servers/apache-httpd/per-server-options.nix
··· 97 97 default = []; 98 98 example = [ 99 99 { urlPath = "/foo/bar.png"; 100 - dir = "/home/eelco/some-file.png"; 100 + files = "/home/eelco/some-file.png"; 101 101 } 102 102 ]; 103 103 description = ''