Skip to content

Commit 899b1db

Browse files
Apply suggestions from code review
Co-authored-by: Raphael Götz <52959657+raphael-goetz@users.noreply.github.com>
1 parent be80b6e commit 899b1db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

proto/v1/api.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ service Octopus {
5353
}
5454

5555
enum PersistanceTarget {
56-
UNKOWN = 0;
56+
UNKNOWN = 0;
5757
PERMANENT = 1;
5858
CACHED = 2;
5959
}

0 commit comments

Comments
 (0)