Skip to content

Commit 87f2caf

Browse files
committed
Fix misspelling
1 parent a980d40 commit 87f2caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ heap, so let's measure it using ``ps`` command:
110110
```
111111
Inigos-MacBook-Pro:spring-boot-docker-size inigo$ ps aux 14526
112112
USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND
113-
inigo 14526 0.0 4.0 10241740 669648 s004 S+ 4:25PM 0:33.05 /usr/bin/java -jar target/spring-petclinic-2.1.0.BUILD-SNAPSHOT.jar```
113+
inigo 14526 0.0 4.0 10241740 669648 s004 S+ 4:25PM 0:33.05 /usr/bin/java -jar target/spring-petclinic-2.1.0.BUILD-SNAPSHOT.jar
114114
```
115115

116116
We can see that PetClinic's process actually is using almost `650MB` of memory.

0 commit comments

Comments
 (0)