Skip to content

Commit 9510f1d

Browse files
Update concepts/data-pipeline/parser.md
Co-authored-by: Alexa Kreizinger <[email protected]> Signed-off-by: esmerel <[email protected]>
1 parent 9f36e65 commit 9510f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/data-pipeline/parser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ following Apache (HTTP Server) log entry:
2929
192.168.2.20 - - [28/Jul/2006:10:27:10 -0300] "GET /cgi-bin/try/ HTTP/1.0" 200 3395
3030
```
3131

32-
This log line is a raw string without format. Giving it a structure makes it easier
32+
This log line is a raw string without format. Structuring the log makes it easier
3333
to process the data later. If the
3434
[regular expression parser](pipeline/parsers/regular-expression) is used, the log
3535
entry could be converted to:

0 commit comments

Comments
 (0)